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
SOL009
Commits
90d66e08
Commit
90d66e08
authored
Jan 08, 2020
by
Giacomo Bernini
Browse files
renamed logm subscriptions responses definitions
parent
ece0ccbb
Pipeline
#2221
running with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml
View file @
90d66e08
...
...
@@ -304,7 +304,7 @@ paths:
$ref
:
'
#/components/requestBodies/LogmSubscriptionRequest'
responses
:
"
201"
:
$ref
:
'
#/components/responses/LogmSubscription'
$ref
:
'
#/components/responses/LogmSubscription
.201
'
"
303"
:
$ref
:
'
#/components/responses/LogmSubscription.303'
"
422"
:
...
...
@@ -342,7 +342,7 @@ paths:
-
$ref
:
"
../components/SOL009_params.yaml#/components/parameters/Authorization"
responses
:
"
200"
:
$ref
:
'
#/components/responses/LogmSubscriptions'
$ref
:
'
#/components/responses/LogmSubscriptions
.200
'
"
400"
:
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/400'
"
401"
:
...
...
@@ -541,7 +541,7 @@ components:
schema
:
$ref
:
"
#/components/schemas/LogmSubscription"
LogmSubscriptions
:
LogmSubscriptions
.200
:
description
:
>-
Shall be returned when the list of subscriptions has been queried successfully.
The response body shall contain in an array the representations of all active subscriptions of
...
...
@@ -576,7 +576,7 @@ components:
items
:
$ref
:
"
#/components/schemas/LogmSubscription"
LogmSubscription
:
LogmSubscription
.201
:
description
:
>-
Shall be returned when the subscription has been created successfully.
A representation of the created "Individual subscription" resource shall be returned in the response body,
...
...
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