From 88bc11d13d1daf98d036457a5169fb5e41fb13ae Mon Sep 17 00:00:00 2001 From: Bertrand Souville Date: Wed, 20 Aug 2025 11:50:11 +0200 Subject: [PATCH] Need to update Readme and refs to v5.3.1 --- Readme.md | 2 +- src/SOL012/APIVersion/APIVersion.yaml | 4 ++-- src/SOL012/PolicyManagement/PolicyManagement.yaml | 4 ++-- .../PolicyManagementNotification.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index 2cb79ea..e646df0 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # NFV SOL012 - OpenAPIs for the Policy Management Interface -This repository contains OpenAPIs for ETSI GS NFV-SOL 012 v4.5.1, RESTful protocols +This repository contains OpenAPIs for ETSI GS NFV-SOL 012 v5.3.1, RESTful protocols specification for the Policy Management Interface. More information at [NFV Solutions wiki](https://nfvwiki.etsi.org/index.php?title=NFV_Solutions). diff --git a/src/SOL012/APIVersion/APIVersion.yaml b/src/SOL012/APIVersion/APIVersion.yaml index acbd4d6..c6e67c0 100644 --- a/src/SOL012/APIVersion/APIVersion.yaml +++ b/src/SOL012/APIVersion/APIVersion.yaml @@ -23,8 +23,8 @@ info: name: NFV-SOL WG externalDocs: - description: ETSI GS NFV-SOL 012 v4.4.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/012/04.04.01_60/gs_NFV-SOL012v040401p.pdf + description: ETSI GS NFV-SOL 012 v5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/012/05.03.01_60/gs_NFV-SOL012v050301p.pdf paths: /nfvpolicy/api_versions: diff --git a/src/SOL012/PolicyManagement/PolicyManagement.yaml b/src/SOL012/PolicyManagement/PolicyManagement.yaml index 34a548f..abe41a7 100644 --- a/src/SOL012/PolicyManagement/PolicyManagement.yaml +++ b/src/SOL012/PolicyManagement/PolicyManagement.yaml @@ -15,8 +15,8 @@ info: name: ETSI Forge copyright notice url: https://forge.etsi.org/etsi-forge-copyright-notice.txt externalDocs: - description: ETSI GS NFV-SOL 012 v4.5.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/012/04.05.01_60/gs_NFV-SOL012v040501p.pdf + description: ETSI GS NFV-SOL 012 v5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/012/05.03.01_60/gs_NFV-SOL012v050301p.pdf security: - OauthSecurity: diff --git a/src/SOL012/PolicyManagementNotification/PolicyManagementNotification.yaml b/src/SOL012/PolicyManagementNotification/PolicyManagementNotification.yaml index 1754b4a..2654950 100644 --- a/src/SOL012/PolicyManagementNotification/PolicyManagementNotification.yaml +++ b/src/SOL012/PolicyManagementNotification/PolicyManagementNotification.yaml @@ -15,8 +15,8 @@ info: name: ETSI Forge copyright notice url: https://forge.etsi.org/etsi-forge-copyright-notice.txt externalDocs: - description: ETSI GS NFV-SOL 012 v4.5.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/012/04.05.01_60/gs_NFV-SOL012v040501p.pdf + description: ETSI GS NFV-SOL 012 v5.3.1 + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/012/05.03.01_60/gs_NFV-SOL012v050301p.pdf security: - OauthSecurity: -- GitLab