aboutsummaryrefslogtreecommitdiffstats
path: root/generic-resource-api/model/swagger/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2024-09-13 16:20:48 -0400
committerDan Timoney <dtimoney@att.com>2024-09-13 16:20:48 -0400
commit137e082b38a51c52f993801b7aa23bb17b2c7540 (patch)
treeebe75af50fd9b6a2f5305dd5612c34b8039ba937 /generic-resource-api/model/swagger/pom.xml
parenta6ca6bf9978ec13e5ec3448a9ebf03b2025b10eb (diff)
Changes for RFC 8040 compliance
Updates to sdnc/northbound to migrate from Bierman version of RESTCONF to RFC 8040 Issue-ID: SDNC-1847 Change-Id: I16d768e93c0b2eb9b9555b69f250c45f34c9247f Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'generic-resource-api/model/swagger/pom.xml')
-rw-r--r--generic-resource-api/model/swagger/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic-resource-api/model/swagger/pom.xml b/generic-resource-api/model/swagger/pom.xml
index 086e52bd..2739afa3 100644
--- a/generic-resource-api/model/swagger/pom.xml
+++ b/generic-resource-api/model/swagger/pom.xml
@@ -155,7 +155,7 @@
<api-version>${project.version}</api-version>
<base-module>${api.name}</base-module>
<swagger-format>json</swagger-format>
- <path-format>odl</path-format>
+ <path-format>rfc8040</path-format>
<use-namespaces>true</use-namespaces>
</additionalConfiguration>
</generator>
@@ -180,7 +180,7 @@
<api-version>${project.version}</api-version>
<base-module>${api.name}</base-module>
<swagger-format>yaml</swagger-format>
- <path-format>odl</path-format>
+ <path-format>rfc8040</path-format>
<use-namespaces>true</use-namespaces>
</additionalConfiguration>
</generator>