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
SOL005
Commits
02ca8ae9
Commit
02ca8ae9
authored
Feb 05, 2021
by
Giacomo Bernini
Browse files
fixed issue
#4
in 3.3.1
parent
a96875bf
Pipeline
#5936
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/endpoints/SOL005_endpoints.yaml
View file @
02ca8ae9
...
@@ -22,8 +22,6 @@ endpoints:
...
@@ -22,8 +22,6 @@ endpoints:
$ref
:
../responses/SOL005_resp.yaml#/components/responses/403
$ref
:
../responses/SOL005_resp.yaml#/components/responses/403
"
404"
:
"
404"
:
$ref
:
../responses/SOL005_resp.yaml#/components/responses/404
$ref
:
../responses/SOL005_resp.yaml#/components/responses/404
"
405"
:
$ref
:
../responses/SOL005_resp.yaml#/components/responses/405
"
406"
:
"
406"
:
$ref
:
../responses/SOL005_resp.yaml#/components/responses/406
$ref
:
../responses/SOL005_resp.yaml#/components/responses/406
"
413"
:
"
413"
:
...
@@ -42,6 +40,34 @@ endpoints:
...
@@ -42,6 +40,34 @@ endpoints:
$ref
:
../responses/SOL005_resp.yaml#/components/responses/503
$ref
:
../responses/SOL005_resp.yaml#/components/responses/503
"
504"
:
"
504"
:
$ref
:
../responses/SOL005_resp.yaml#/components/responses/504
$ref
:
../responses/SOL005_resp.yaml#/components/responses/504
post
:
description
:
>
This method is not supported. When this method is requested on this resource, the API producer shall
return a "405 Method Not Allowed" response
responses
:
405
:
$ref
:
../responses/SOL005_resp.yaml#/components/responses/405
put
:
description
:
>
This method is not supported. When this method is requested on this resource, the API producer shall
return a "405 Method Not Allowed" response
responses
:
405
:
$ref
:
../responses/SOL005_resp.yaml#/components/responses/405
patch
:
description
:
>
This method is not supported. When this method is requested on this resource, the API producer shall
return a "405 Method Not Allowed" response
responses
:
405
:
$ref
:
../responses/SOL005_resp.yaml#/components/responses/405
delete
:
description
:
>
This method is not supported. When this method is requested on this resource, the API producer shall
return a "405 Method Not Allowed" response
responses
:
405
:
$ref
:
../responses/SOL005_resp.yaml#/components/responses/405
components
:
components
:
responses
:
responses
:
...
...
src/SOL005/responses/SOL005_resp.yaml
View file @
02ca8ae9
...
@@ -301,6 +301,8 @@ components:
...
@@ -301,6 +301,8 @@ components:
application/json
:
application/json
:
schema
:
schema
:
$ref
:
"
../definitions/SOL005_def.yaml#/definitions/ProblemDetails"
$ref
:
"
../definitions/SOL005_def.yaml#/definitions/ProblemDetails"
maximum
:
1
minimum
:
0
406
:
406
:
description
:
>
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