Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
Location API
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
MEC - Multi-access Edge Computing
Location API
Commits
ee5b5a5c
Commit
ee5b5a5c
authored
Feb 13, 2018
by
Walter Featherstone
Committed by
Gerrit Code Review
Feb 13, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Added: UserEventType enumeration values"
parents
5cf00823
31ca0f94
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
LocationAPI.json
LocationAPI.json
+5
-0
LocationAPI.yaml
LocationAPI.yaml
+4
-0
UserEventType.yaml
definitions/UserEventType.yaml
+4
-0
No files found.
LocationAPI.json
View file @
ee5b5a5c
...
...
@@ -1270,6 +1270,11 @@
"UserEventType"
:
{
"description"
:
"User event"
,
"type"
:
"string"
,
"enum"
:
[
"Entering"
,
"Leaving"
,
"Transferring"
],
"example"
:
"Entering"
},
"UserInfo"
:
{
...
...
LocationAPI.yaml
View file @
ee5b5a5c
...
...
@@ -849,6 +849,10 @@ definitions:
UserEventType
:
description
:
User event
type
:
string
enum
:
-
Entering
-
Leaving
-
Transferring
example
:
Entering
UserInfo
:
description
:
A type containing user information.
...
...
definitions/UserEventType.yaml
View file @
ee5b5a5c
description
:
User event
type
:
string
enum
:
-
Entering
-
Leaving
-
Transferring
example
:
"
Entering"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment