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
SOL012
Commits
966fa997
Commit
966fa997
authored
Aug 09, 2022
by
Giacomo Bernini
Browse files
fix
parent
4754cec0
Pipeline
#12460
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL012/responses/SOL012_resp.yaml
View file @
966fa997
...
...
@@ -36,7 +36,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
303
:
description
:
>
...
...
@@ -119,7 +119,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
401
:
description
:
>
...
...
@@ -155,7 +155,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
403
:
description
:
>
...
...
@@ -191,7 +191,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
404
:
description
:
>
...
...
@@ -232,7 +232,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
405
:
description
:
>
...
...
@@ -266,7 +266,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
406
:
description
:
>
...
...
@@ -301,7 +301,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
409
:
description
:
>
...
...
@@ -332,7 +332,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
412
:
description
:
>
...
...
@@ -368,7 +368,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
413
:
description
:
>
...
...
@@ -403,7 +403,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
414
:
description
:
>
...
...
@@ -438,7 +438,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
416
:
description
:
>
...
...
@@ -469,7 +469,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
422
:
description
:
>
...
...
@@ -507,7 +507,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
429
:
description
:
>
...
...
@@ -547,7 +547,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
500
:
description
:
>
...
...
@@ -583,7 +583,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
503
:
description
:
>
...
...
@@ -619,7 +619,7 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../
components/SOL012_schemas.yaml#/component
s/schemas/ProblemDetails"
$ref
:
"
../
definitions/SOL012_def.yaml#/definition
s/schemas/ProblemDetails"
504
:
description
:
>
...
...
@@ -654,4 +654,4 @@ responses:
content
:
application/json
:
schema
:
$ref
:
"
../components/SOL012_schemas.yaml#/components/schemas/ProblemDetails"
\ No newline at end of file
$ref
:
"
../definitions/SOL012_def.yaml#/definitions/schemas/ProblemDetails"
\ No newline at end of file
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