Loading src/SOL005/NSDManagement/NSDManagement.yaml +6 −0 Original line number Original line Diff line number Diff line Loading @@ -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' Loading Loading
src/SOL005/NSDManagement/NSDManagement.yaml +6 −0 Original line number Original line Diff line number Diff line Loading @@ -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' Loading