Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
0a3f794f
Commit
0a3f794f
authored
Jan 17, 2019
by
Walter Featherstone
Browse files
ID attributes in Path parameters should just be String, not URI String
parent
253dac59
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
22 deletions
+10
-22
Mp1.json
Mp1.json
+6
-12
Mp1.yaml
Mp1.yaml
+4
-10
No files found.
Mp1.json
View file @
0a3f794f
...
@@ -1585,8 +1585,7 @@
...
@@ -1585,8 +1585,7 @@
"in"
:
"path"
,
"in"
:
"path"
,
"required"
:
true
,
"required"
:
true
,
"schema"
:
{
"schema"
:
{
"type"
:
"string"
,
"type"
:
"string"
"format"
:
"uri"
}
}
},
},
"Path.DnsRuleId"
:
{
"Path.DnsRuleId"
:
{
...
@@ -1595,8 +1594,7 @@
...
@@ -1595,8 +1594,7 @@
"in"
:
"path"
,
"in"
:
"path"
,
"required"
:
true
,
"required"
:
true
,
"schema"
:
{
"schema"
:
{
"type"
:
"string"
,
"type"
:
"string"
"format"
:
"uri"
}
}
},
},
"Path.SubscriptionId"
:
{
"Path.SubscriptionId"
:
{
...
@@ -1605,8 +1603,7 @@
...
@@ -1605,8 +1603,7 @@
"in"
:
"path"
,
"in"
:
"path"
,
"required"
:
true
,
"required"
:
true
,
"schema"
:
{
"schema"
:
{
"type"
:
"string"
,
"type"
:
"string"
"format"
:
"uri"
}
}
},
},
"Path.SubscriptionType"
:
{
"Path.SubscriptionType"
:
{
...
@@ -1615,8 +1612,7 @@
...
@@ -1615,8 +1612,7 @@
"in"
:
"path"
,
"in"
:
"path"
,
"required"
:
true
,
"required"
:
true
,
"schema"
:
{
"schema"
:
{
"type"
:
"string"
,
"type"
:
"string"
"format"
:
"uri"
}
}
},
},
"Path.ServiceId"
:
{
"Path.ServiceId"
:
{
...
@@ -1625,8 +1621,7 @@
...
@@ -1625,8 +1621,7 @@
"in"
:
"path"
,
"in"
:
"path"
,
"required"
:
true
,
"required"
:
true
,
"schema"
:
{
"schema"
:
{
"type"
:
"string"
,
"type"
:
"string"
"format"
:
"uri"
}
}
},
},
"Path.TrafficRuleId"
:
{
"Path.TrafficRuleId"
:
{
...
@@ -1635,8 +1630,7 @@
...
@@ -1635,8 +1630,7 @@
"in"
:
"path"
,
"in"
:
"path"
,
"required"
:
true
,
"required"
:
true
,
"schema"
:
{
"schema"
:
{
"type"
:
"string"
,
"type"
:
"string"
"format"
:
"uri"
}
}
},
},
"Query.Ser_category_id"
:
{
"Query.Ser_category_id"
:
{
...
...
Mp1.yaml
View file @
0a3f794f
...
@@ -192,7 +192,7 @@ paths:
...
@@ -192,7 +192,7 @@ paths:
$ref
:
'
#/components/responses/Error.412'
$ref
:
'
#/components/responses/Error.412'
requestBody
:
requestBody
:
$ref
:
'
#/components/requestBodies/ApplicationsTrafficRule'
$ref
:
'
#/components/requestBodies/ApplicationsTrafficRule'
/services
:
'
/services
'
:
get
:
get
:
description
:
>-
description
:
>-
This method retrieves information about a list of meService resources.
This method retrieves information about a list of meService resources.
...
@@ -261,7 +261,7 @@ paths:
...
@@ -261,7 +261,7 @@ paths:
$ref
:
'
#/components/responses/Error.412'
$ref
:
'
#/components/responses/Error.412'
requestBody
:
requestBody
:
$ref
:
'
#/components/requestBodies/ServicesServiceId'
$ref
:
'
#/components/requestBodies/ServicesServiceId'
/timing/current_time
:
'
/timing/current_time
'
:
get
:
get
:
description
:
>-
description
:
>-
This method retrieves the information of the platform's current time
This method retrieves the information of the platform's current time
...
@@ -276,7 +276,7 @@ paths:
...
@@ -276,7 +276,7 @@ paths:
$ref
:
'
#/components/responses/Error.403'
$ref
:
'
#/components/responses/Error.403'
'
404'
:
'
404'
:
$ref
:
'
#/components/responses/Error.404'
$ref
:
'
#/components/responses/Error.404'
/timing/timing_caps
:
'
/timing/timing_caps
'
:
get
:
get
:
description
:
>-
description
:
>-
This method retrieves the information of the platform's timing
This method retrieves the information of the platform's timing
...
@@ -291,7 +291,7 @@ paths:
...
@@ -291,7 +291,7 @@ paths:
$ref
:
'
#/components/responses/Error.403'
$ref
:
'
#/components/responses/Error.403'
'
404'
:
'
404'
:
$ref
:
'
#/components/responses/Error.404'
$ref
:
'
#/components/responses/Error.404'
/transports
:
'
/transports
'
:
get
:
get
:
description
:
>-
description
:
>-
This method retrieves information about a list of available transports.
This method retrieves information about a list of available transports.
...
@@ -1250,7 +1250,6 @@ components:
...
@@ -1250,7 +1250,6 @@ components:
required
:
true
required
:
true
schema
:
schema
:
type
:
string
type
:
string
format
:
uri
Path.DnsRuleId
:
Path.DnsRuleId
:
name
:
dnsRuleId
name
:
dnsRuleId
description
:
Represents a DNS rule.
description
:
Represents a DNS rule.
...
@@ -1258,7 +1257,6 @@ components:
...
@@ -1258,7 +1257,6 @@ components:
required
:
true
required
:
true
schema
:
schema
:
type
:
string
type
:
string
format
:
uri
Path.SubscriptionId
:
Path.SubscriptionId
:
name
:
subscriptionId
name
:
subscriptionId
description
:
>-
description
:
>-
...
@@ -1268,7 +1266,6 @@ components:
...
@@ -1268,7 +1266,6 @@ components:
required
:
true
required
:
true
schema
:
schema
:
type
:
string
type
:
string
format
:
uri
Path.SubscriptionType
:
Path.SubscriptionType
:
name
:
subscriptionType
name
:
subscriptionType
description
:
>-
description
:
>-
...
@@ -1278,7 +1275,6 @@ components:
...
@@ -1278,7 +1275,6 @@ components:
required
:
true
required
:
true
schema
:
schema
:
type
:
string
type
:
string
format
:
uri
Path.ServiceId
:
Path.ServiceId
:
name
:
serviceId
name
:
serviceId
description
:
Represents a mobile edge service instance.
description
:
Represents a mobile edge service instance.
...
@@ -1286,7 +1282,6 @@ components:
...
@@ -1286,7 +1282,6 @@ components:
required
:
true
required
:
true
schema
:
schema
:
type
:
string
type
:
string
format
:
uri
Path.TrafficRuleId
:
Path.TrafficRuleId
:
name
:
trafficRuleId
name
:
trafficRuleId
description
:
Represents a traffic rule.
description
:
Represents a traffic rule.
...
@@ -1294,7 +1289,6 @@ components:
...
@@ -1294,7 +1289,6 @@ components:
required
:
true
required
:
true
schema
:
schema
:
type
:
string
type
:
string
format
:
uri
Query.Ser_category_id
:
Query.Ser_category_id
:
name
:
ser_category_id
name
:
ser_category_id
description
:
>-
description
:
>-
...
...
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