Commit be730aaf authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed bugzillas (260,267,268,269,270) in v3.6.1

parent a5199283
Loading
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ info:
  license:
    name: ETSI Forge copyright notice
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  version: 2.2.1-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 2.2.1-impl:etsi.org:ETSI_NFV_OpenAPI:2

externalDocs:
  description: ETSI GS NFV-SOL 005 V3.6.1
@@ -267,6 +267,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'
+1 −3
Original line number Diff line number Diff line
@@ -23,8 +23,6 @@ definitions:
          Modifications of the userDefinedData attribute in NsdInfo
          data type. See note. If present, these modifications shall be applied
          according to the rules of JSON Merge Patch (see IETF RFC 7396).
        type: array
        items:
        $ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"

  NsdInfo:
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ info:
  license:
    name: ETSI Forge copyright notice
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  version: 2.2.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
  version: 2.2.0-impl:etsi.org:ETSI_NFV_OpenAPI:2

externalDocs:
  description: ETSI GS NFV-SOL 005 V3.6.1
+1 −2
Original line number Diff line number Diff line
@@ -2248,7 +2248,6 @@ definitions:
    type: object
    required:
      - vnfInstanceId
      - vnfProfileId
    properties:
      vnfInstanceId:
        description: >
@@ -2415,7 +2414,7 @@ definitions:
          - MODIFY_VNF_INFORMATION
          - CHANGE_EXTERNAL_VNF_CONNECTIVITY
          - CHANGE_VNFPKG
          - ADD SAP
          - ADD_SAP
          - REMOVE_SAP
          - ADD_NESTED_NS
          - REMOVE_NESTED_NS
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ definitions:
    description: >
      Date-time stamp.
      Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.
    type: string
    format: date-time

  Uri: