Commit 08be7c95 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

update refs to v4.5.1

parent 6b0066d5
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@ info:
    name: NFV-SOL WG

externalDocs:
  description: ETSI GS NFV-SOL 011 V4.4.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.04.01_60/gs_NFV-SOL011v040401p.pdf
  description: ETSI GS NFV-SOL 011 V4.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.05.01_60/gs_NFV-SOL011v040501p.pdf

paths:
  /nsd/api_versions:
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ info:
    name: "NFV-SOL WG"

externalDocs:
  description: ETSI GS NFV-SOL 011 V4.4.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.04.01_60/gs_NFV-SOL011v040401p.pdf
  description: ETSI GS NFV-SOL 011 V4.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.05.01_60/gs_NFV-SOL011v040501p.pdf

basePath: /nsd/v1

+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ info:
    name: "NFV-SOL WG"

externalDocs:
  description: ETSI GS NFV-SOL 011 V4.4.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.04.01_60/gs_NFV-SOL011v040401p.pdf
  description: ETSI GS NFV-SOL 011 V4.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.05.01_60/gs_NFV-SOL011v040501p.pdf

basePath: /nsfm/v1

+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ info:
    name: "NFV-SOL WG"

externalDocs:
  description: ETSI GS NFV-SOL 011 V4.4.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.04.01_60/gs_NFV-SOL011v040401p.pdf
  description: ETSI GS NFV-SOL 011 V4.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.05.01_60/gs_NFV-SOL011v040501p.pdf

basePath: /callback/v1

+3 −3
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ info:
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt

externalDocs:
  description: ETSI GS NFV-SOL 011 V4.4.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.04.01_60/gs_NFV-SOL011v040401p.pdf
  description: ETSI GS NFV-SOL 011 V4.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/011/04.05.01_60/gs_NFV-SOL011v040501p.pdf

security:
  - OauthSecurity:
@@ -78,7 +78,7 @@ paths:
        - $ref: "#/components/parameters/filter.Subscriptions"
        - $ref: "#/components/parameters/nextpage_opaque_marker.Subscriptions"
      responses:
        201:
        200:
          $ref: "#/components/responses/Subscriptions.Get.200"
        400:
          $ref: ../components/SOL011_resp.yaml#/components/responses/400
Loading