Commit 23ba75b9 authored by Jerome Royan's avatar Jerome Royan
Browse files

fix: 200_SuccessRequest is a response, not a schema

parent 6ad34389
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ paths:
            format: uuid
      responses:
        '200':
          $ref: '../common/commonopenapi.yaml#/components/schemas/200_SuccessRequest'
          $ref: '../common/commonopenapi.yaml#/components/responses/200_SuccessRequest'
        '400':
          $ref: '../common/commonopenapi.yaml#/components/responses/400_InvalidUUID'
        '404':
@@ -439,7 +439,7 @@ paths:
            format: uuid
      responses:
        '200':
          $ref: '../common/commonopenapi.yaml#/components/schemas/200_SuccessRequest'
          $ref: '../common/commonopenapi.yaml#/components/responses/200_SuccessRequest'
        '400':
          $ref: '../common/commonopenapi.yaml#/components/responses/400_InvalidUUID'
        '404':
@@ -587,7 +587,7 @@ paths:
            format: uuid
      responses:
        '200':
          $ref: '../common/commonopenapi.yaml#/components/schemas/200_SuccessRequest'
          $ref: '../common/commonopenapi.yaml#/components/responses/200_SuccessRequest'
        '400':
          $ref: '../common/commonopenapi.yaml#/components/responses/400_InvalidUUID'
        '404':