Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
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
Merge "Added: UserEventType enumeration values"
parents
5cf00823
31ca0f94
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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