Commit e465a469 authored by moscatelli's avatar moscatelli
Browse files

SOL005: Fix in responses' descriptions

parent efa77b60
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -4,6 +4,8 @@
responses:
responses:


  202:
  202:
    description: >
      202 ACCEPTED
    headers:
    headers:
      Content-Type:
      Content-Type:
        description: The MIME type of the body of the response.
        description: The MIME type of the body of the response.
@@ -32,6 +34,8 @@ responses:
        minimum: 1
        minimum: 1


  206:
  206:
    description: >
      206 PARTIAL CONTENT
    headers:
    headers:
      Content-Type:
      Content-Type:
        description: >
        description: >
@@ -63,6 +67,8 @@ responses:
      $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails"
      $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails"


  303:
  303:
    description: >
      303 SEE OTHER
    headers:
    headers:
      Content-Type:
      Content-Type:
        description: The MIME type of the body of the response.
        description: The MIME type of the body of the response.
@@ -293,6 +299,8 @@ responses:
      $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails"
      $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails"


  409:
  409:
    description: >
      409 CONFLICT
    headers:
    headers:
      Content-Type:
      Content-Type:
        description: The MIME type of the body of the response.
        description: The MIME type of the body of the response.