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
SOL002-SOL003
Commits
98dd86c7
Commit
98dd86c7
authored
Jul 17, 2019
by
Samir Medjiah
Browse files
SOL002_164 PATCH Method (on "Configuration") response updated
parent
a471ce3f
Pipeline
#1277
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/SOL002/VNFConfiguration/VNFConfiguration.yaml
View file @
98dd86c7
...
...
@@ -131,8 +131,9 @@ paths:
description
:
>
200 OK
The request was accepted and completed. The response body shall contain the parameters
of the configuration modification that was applied to the configuration resource.
Shall be returned when the request has been accepted and completed.
The response body shall contain the parameters of the configuration
modification that was applied to the configuration resource.
schema
:
$ref
:
'
definitions/SOL002VnfConfiguration_def.yaml#/definitions/VnfConfigModifications'
headers
:
...
...
@@ -159,6 +160,16 @@ paths:
406
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/406"
412
:
description
:
>
412 PRECONDITION FAILED
Shall be returned upon the following error: A precondition given
in an HTTP request header is not fulfilled.
Typically, this is due to an ETag mismatch, indicating that the resource
was modified by another entity. The response body should contain a
ProblemDetails structure, in which the "detail" attribute should convey
more information about the error.
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/412"
416
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/416"
...
...
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