Skip to content
Snippets Groups Projects
Commit 8c9abffb authored by Francesca Moscatelli's avatar Francesca Moscatelli
Browse files

Responses OpenAPI 3.0.2

parent 779f26c5
No related branches found
No related tags found
1 merge request!15SOL002/SOL003 OpenAPI representations for v3.3.1
Pipeline #3584 failed
......@@ -316,29 +316,29 @@ paths:
"204":
$ref: '#/components/responses/IndividualSubscription.Delete'
"400":
$ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400
$ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400
"401":
$ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401
$ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/401
"403":
$ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403
$ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/403
"404":
$ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404
$ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/404
"405":
$ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405
$ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/405
"406":
$ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406
$ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/406
"416":
$ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416
$ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/416
"422":
$ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422
$ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/422
"429":
$ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429
$ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/429
"500":
$ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500
$ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/500
"503":
$ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503
$ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/503
"504":
$ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504
$ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/504
components:
parameters:
......
......@@ -36,17 +36,17 @@ endpoints:
type: string
maximum: 1
minimum: 1
400: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/400' }
401: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/401' }
403: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/403' }
404: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/404' }
405: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/405' }
406: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/406' }
413: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/413' }
414: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/414' }
416: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/416' }
422: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/422' }
429: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/429' }
500: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/500' }
503: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/503' }
504: { $ref: '../responses/SOL002SOL003_resp.yaml#/responses/504' }
\ No newline at end of file
400: { $ref: '../responses/SOL002SOL003_resp.yaml#/components/responses/400' }
401: { $ref: '../responses/SOL002SOL003_resp.yaml#/components/responses/401' }
403: { $ref: '../responses/SOL002SOL003_resp.yaml#/components/responses/403' }
404: { $ref: '../responses/SOL002SOL003_resp.yaml#/components/responses/404' }
405: { $ref: '../responses/SOL002SOL003_resp.yaml#/components/responses/405' }
406: { $ref: '../responses/SOL002SOL003_resp.yaml#/components/responses/406' }
413: { $ref: '../responses/SOL002SOL003_resp.yaml#/components/responses/413' }
414: { $ref: '../responses/SOL002SOL003_resp.yaml#/components/responses/414' }
416: { $ref: '../responses/SOL002SOL003_resp.yaml#/components/responses/416' }
422: { $ref: '../responses/SOL002SOL003_resp.yaml#/components/responses/422' }
429: { $ref: '../responses/SOL002SOL003_resp.yaml#/components/responses/429' }
500: { $ref: '../responses/SOL002SOL003_resp.yaml#/components/responses/500' }
503: { $ref: '../responses/SOL002SOL003_resp.yaml#/components/responses/503' }
504: { $ref: '../responses/SOL002SOL003_resp.yaml#/components/responses/504' }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment