Commit b550bf75 authored by Jerome Royan's avatar Jerome Royan
Browse files

for homogeneity, follow error schema for success response when deleting a subscription

parent 03a9dc0e
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -359,12 +359,7 @@ paths:
            example: "bdc83e6b-a89d-4b29-9c99-e9015d448b10"
        responses:
          '200':
            description: OK, unsubcription successful.
            content:
              text/plain:
                schema:
                  type: string
                  example: "Subscription succesfuly deleted"
            $ref: '../common/commonopenapi.yaml#/components/responses/200_SuccessRequest'
          '400':
            $ref: '../common/commonopenapi.yaml#/components/responses/400_BadRequest'
          '404':