Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL011
Commits
b7c9170a
Commit
b7c9170a
authored
Jan 28, 2020
by
Giacomo Bernini
Browse files
added missing parameter
parent
50d55c3a
Pipeline
#2357
passed with stage
in 0 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/SOL011/NSInstanceUsageNotification/NSInstanceUsageNotification.yaml
View file @
b7c9170a
...
...
@@ -104,6 +104,8 @@ paths:
description
:
>-
This resource represents an individual subscription. The client can use this resource to read and to
terminate a subscription to notifications related to NS instance usage.
parameters
:
-
$ref
:
"
#/components/parameters/subscriptionId"
get
:
description
:
>-
The GET method retrieves information about a subscription by reading an "individual subscription" resource.
...
...
@@ -238,7 +240,16 @@ paths:
$ref
:
../components/SOL011_resp.yaml#/components/responses/504
components
:
parameters
:
subscriptionId
:
name
:
subscriptionId
in
:
path
description
:
>-
Identifier of the subscription
required
:
true
schema
:
$ref
:
'
../components/SOL011_schemas.yaml#/components/schemas/Identifier'
requestBodies
:
NsInstanceUsageSubscriptionRequest
:
description
:
...
...
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