Commit ccbdb662 authored by Francesca Moscatelli's avatar Francesca Moscatelli
Browse files

Fix in responses

parent cb23b542
Loading
Loading
Loading
Loading
Loading
+2 −6
Original line number Original line Diff line number Diff line
@@ -583,22 +583,18 @@ responses:
      Content-Type:
      Content-Type:
        description: The MIME type of the body of the response.
        description: The MIME type of the body of the response.
        type: string
        type: string
        maximum: 1
        required: true
        minimum: 1
      WWW-Authenticate:
      WWW-Authenticate:
        description: >
        description: >
          Challenge if the corresponding HTTP request has not provided
          Challenge if the corresponding HTTP request has not provided
          authorization, or error details if the corresponding HTTP
          authorization, or error details if the corresponding HTTP
          request has provided an invalid authorization token.
          request has provided an invalid authorization token.
        type: string
        type: string
        maximum: 1
        minimum: 0
      Version:
      Version:
        description: >
        description: >
          Version of the API used in the response.
          Version of the API used in the response.
        type: string
        type: string
        maximum: 1
        required: true
        minimum: 1
    content:
    content:
      application/json:
      application/json:
        schema:
        schema: