Commit 43447ddc authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed put nsd content archive requestBody (ref bugzilla 268, v3.5.1)

parent 4d796c08
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -247,6 +247,12 @@ paths:
        The PUT method is used to upload the content of an NSD archive. See clause 5.4.4.3.3.
        The PUT method is used to upload the content of an NSD archive. See clause 5.4.4.3.3.
      parameters:
      parameters:
        - $ref: '#/components/parameters/ContentTypeZip'
        - $ref: '#/components/parameters/ContentTypeZip'
      requestBody:
        content:
          application/zip:
            schema:
              type: string
              format: binary
      responses:
      responses:
        202:
        202:
          $ref: '#/components/responses/NsdArchiveContent.Put.202'
          $ref: '#/components/responses/NsdArchiveContent.Put.202'