From 7b32a0b37d44fde6ff8008490db7a74eea4df169 Mon Sep 17 00:00:00 2001 From: Bertrand Souville Date: Tue, 2 Sep 2025 12:39:49 +0200 Subject: [PATCH] Need to update Readme and refs to v.5.3.1 --- README.md | 2 +- src/SOL025/APIVersion/APIVersion.yaml | 4 ++-- src/SOL025/TelcoCloudDAS/TelcoCloudDAS.yaml | 4 ++-- .../TelcoCloudDASNotification/TelcoCloudDASNotification.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 92dff3e..9c4defb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NFV SOL025 APIs -This repository hosts the [OpenAPI](https://www.openapis.org/) specifications and other documentation for the APIs defined in ETSI GS NFV-SOL 025 v5.2.1. +This repository hosts the [OpenAPI](https://www.openapis.org/) specifications and other documentation for the APIs defined in ETSI GS NFV-SOL 025 v5.3.1. **IMPORTANT: In case of discrepancies the published ETSI Group Specification takes precedence.** diff --git a/src/SOL025/APIVersion/APIVersion.yaml b/src/SOL025/APIVersion/APIVersion.yaml index 9e275fe..74cc5b6 100644 --- a/src/SOL025/APIVersion/APIVersion.yaml +++ b/src/SOL025/APIVersion/APIVersion.yaml @@ -19,8 +19,8 @@ info: version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 externalDocs: - description: ETSI GS NFV-SOL 025 V5.2.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/025/05.02.01_60/gs_nfv-sol025v050201p.pdf + description: ETSI GS NFV-SOL 025 V5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/025/05.03.01_60/gs_nfv-sol025v050301p.pdf paths: /nfvtcdas/api_versions: diff --git a/src/SOL025/TelcoCloudDAS/TelcoCloudDAS.yaml b/src/SOL025/TelcoCloudDAS/TelcoCloudDAS.yaml index 5ab28c0..97b1b84 100644 --- a/src/SOL025/TelcoCloudDAS/TelcoCloudDAS.yaml +++ b/src/SOL025/TelcoCloudDAS/TelcoCloudDAS.yaml @@ -19,8 +19,8 @@ info: version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 externalDocs: - description: ETSI GS NFV-SOL 025 V5.2.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/025/05.02.01/gs_nfv-sol025v050201p.pdf + description: ETSI GS NFV-SOL 025 V5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/025/05.03.01/gs_nfv-sol025v050301p.pdf servers: - url: http://127.0.0.1/nfvtcdas/v1 diff --git a/src/SOL025/TelcoCloudDASNotification/TelcoCloudDASNotification.yaml b/src/SOL025/TelcoCloudDASNotification/TelcoCloudDASNotification.yaml index 8a36264..01a26a9 100644 --- a/src/SOL025/TelcoCloudDASNotification/TelcoCloudDASNotification.yaml +++ b/src/SOL025/TelcoCloudDASNotification/TelcoCloudDASNotification.yaml @@ -19,8 +19,8 @@ info: version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 externalDocs: - description: ETSI GS NFV-SOL 025 V5.2.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/025/05.02.01/gs_nfv-sol025v050201p.pdf + description: ETSI GS NFV-SOL 025 V5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/025/05.03.01/gs_nfv-sol025v050301p.pdf servers: - url: http://127.0.0.1/callback/v1 -- GitLab