Commit 5a16a4a3 authored by piscione's avatar piscione
Browse files

Fix: Added 204 response missing.

parent 02d24329
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -3,6 +3,8 @@


components:
components:
  responses:
  responses:


    202:
    202:
      description: >
      description: >
        202 ACCEPTED
        202 ACCEPTED
@@ -33,6 +35,12 @@ components:
          maximum: 1
          maximum: 1
          minimum: 1
          minimum: 1


    204:
      description: >
        204 No conteint
      


    206:
    206:
      description: >
      description: >
        206 PARTIAL CONTENT
        206 PARTIAL CONTENT