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 Diff line number Diff line
@@ -3,6 +3,8 @@

components:
  responses:


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

    204:
      description: >
        204 No conteint
      


    206:
      description: >
        206 PARTIAL CONTENT