Commit 0abd3782 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed put nsd content archive requestBody (ref bugzilla 268)

parent 75cc45dc
Loading
Loading
Loading
Loading
Loading
+7 −1
Original line number Original line Diff line number Diff line
@@ -287,6 +287,12 @@ paths:
        respective NsdInfo records are updated to refer to the on-boarded nested NSD.
        respective NsdInfo records are updated to refer to the on-boarded nested NSD.
      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'