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
MEC Application Support API and MEC Service Management API
Commits
f102112e
Commit
f102112e
authored
Jan 28, 2019
by
Walter Featherstone
Browse files
subscriptionType in path has only 2 possibilities
parent
9d2c84ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Mp1.json
View file @
f102112e
...
...
@@ -1614,7 +1614,11 @@
"in"
:
"path"
,
"required"
:
true
,
"schema"
:
{
"type"
:
"string"
"type"
:
"string"
,
"enum"
:
[
"AppTerminationNotificationSubscription"
,
"SerAvailabilityNotificationSubscription"
]
}
},
"Path.ServiceId"
:
{
...
...
Mp1.yaml
View file @
f102112e
...
...
@@ -1276,6 +1276,9 @@ components:
required
:
true
schema
:
type
:
string
enum
:
-
AppTerminationNotificationSubscription
-
SerAvailabilityNotificationSubscription
Path.ServiceId
:
name
:
serviceId
description
:
Represents a mobile edge service instance.
...
...
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