Loading src/SOL005/NSDManagement/NSDManagement.yaml +6 −0 Original line number 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. parameters: - $ref: '#/components/parameters/ContentTypeZip' requestBody: content: application/zip: schema: type: string format: binary responses: 202: $ref: '#/components/responses/NsdArchiveContent.Put.202' Loading Loading
src/SOL005/NSDManagement/NSDManagement.yaml +6 −0 Original line number 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. parameters: - $ref: '#/components/parameters/ContentTypeZip' requestBody: content: application/zip: schema: type: string format: binary responses: 202: $ref: '#/components/responses/NsdArchiveContent.Put.202' Loading