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
NFV - Network Functions Virtualisation
SOL005
Commits
1bb8b9a6
Commit
1bb8b9a6
authored
Feb 05, 2021
by
Giacomo Bernini
Browse files
fixed issue
#4
in 2.7.1
parent
312cbfbb
Pipeline
#5934
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
2 deletions
+27
-2
src/SOL005/endpoints/SOL005_endpoints.yaml
src/SOL005/endpoints/SOL005_endpoints.yaml
+25
-2
src/SOL005/responses/SOL005_resp.yaml
src/SOL005/responses/SOL005_resp.yaml
+2
-0
No files found.
src/SOL005/endpoints/SOL005_endpoints.yaml
View file @
1bb8b9a6
...
...
@@ -38,7 +38,6 @@ endpoints:
401
:
{
$ref
:
'
../responses/SOL005_resp.yaml#/responses/401'
}
403
:
{
$ref
:
'
../responses/SOL005_resp.yaml#/responses/403'
}
404
:
{
$ref
:
'
../responses/SOL005_resp.yaml#/responses/404'
}
405
:
{
$ref
:
'
../responses/SOL005_resp.yaml#/responses/405'
}
406
:
{
$ref
:
'
../responses/SOL005_resp.yaml#/responses/406'
}
413
:
{
$ref
:
'
../responses/SOL005_resp.yaml#/responses/413'
}
414
:
{
$ref
:
'
../responses/SOL005_resp.yaml#/responses/414'
}
...
...
@@ -47,4 +46,28 @@ endpoints:
429
:
{
$ref
:
'
../responses/SOL005_resp.yaml#/responses/429'
}
500
:
{
$ref
:
'
../responses/SOL005_resp.yaml#/responses/500'
}
503
:
{
$ref
:
'
../responses/SOL005_resp.yaml#/responses/503'
}
504
:
{
$ref
:
'
../responses/SOL005_resp.yaml#/responses/504'
}
\ No newline at end of file
504
:
{
$ref
:
'
../responses/SOL005_resp.yaml#/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#/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#/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#/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#/responses/405'
}
src/SOL005/responses/SOL005_resp.yaml
View file @
1bb8b9a6
...
...
@@ -267,6 +267,8 @@ responses:
minimum
:
1
schema
:
$ref
:
"
../definitions/SOL005_def.yaml#/definitions/ProblemDetails"
maximum
:
1
minimum
:
0
406
:
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