From d223b470a1c339266f617a7326c6ca582099cdb8 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 6 Nov 2024 13:00:10 +0100 Subject: [PATCH] Fix tag in NS Config Templates NBI calls Change-Id: Ia742ddf5e6ac81932bef047909dbc927a2b0cf5c Signed-off-by: garciadeblas --- osm-openapi.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/osm-openapi.yaml b/osm-openapi.yaml index d22df3b..ae4d000 100644 --- a/osm-openapi.yaml +++ b/osm-openapi.yaml @@ -688,7 +688,7 @@ paths: '/nsd/v1/ns_config_template': get: tags: - - "Ns packages" + - "NS Config Templates" summary: Query information about multiple Ns config templates description: Query information about multiple Ns config templates operationId: getNsconfigtemplates @@ -728,7 +728,7 @@ paths: $ref: '#/components/responses/UnexpectedError' post: tags: - - "Ns packages" + - "NS Config Templates" summary: Create a new Ns config template description: | NS config templates are specific configuration templates @@ -787,7 +787,7 @@ paths: type: string get: tags: - - "Ns packages" + - "NS Config Templates" summary: Read information about an individual Ns config template resource description: Read information about an individual Ns config template resource operationId: getNsconfigtemplate @@ -827,7 +827,7 @@ paths: $ref: '#/components/responses/UnexpectedError' delete: tags: - - "Ns packages" + - "NS Config Templates" summary: Delete an individual NS config template description: Delete an individual NS config template operationId: deleteNsconfigtemplate @@ -868,7 +868,7 @@ paths: type: string get: tags: - - "Ns packages" + - "NS Config Templates" summary: Fetch the content of a Ns config template description: Fetch the content of a Ns config template operationId: getTemplatecontent @@ -921,7 +921,7 @@ paths: $ref: '#/components/responses/UnexpectedError' put: tags: - - "Ns packages" + - "NS Config Templates" summary: Modify the content of a Ns config template description: | Template name and instantiation parameters -- 2.25.1