Commit 8c9abffb authored by Francesca Moscatelli's avatar Francesca Moscatelli
Browse files

Responses OpenAPI 3.0.2

parent 779f26c5
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -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:
+14 −14
Original line number Diff line number Diff line
@@ -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