From afc6055b34af379ab3dd5895d0ecd1ff63a7c9dd Mon Sep 17 00:00:00 2001 From: seanbeirne Date: Mon, 30 Jan 2023 16:53:37 +0000 Subject: Edit example given for ncmp datastore Issue-ID: CPS-1468 Signed-off-by: seanbeirne Change-Id: Id746604fca83333f4ee186ce96ea80cb779c4ac2 --- cps-ncmp-rest/docs/openapi/components.yaml | 2 +- docs/api/swagger/ncmp/openapi.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index b4b8c8467..6ca63c7ca 100644 --- a/cps-ncmp-rest/docs/openapi/components.yaml +++ b/cps-ncmp-rest/docs/openapi/components.yaml @@ -538,7 +538,7 @@ components: required: true schema: type: string - example: ncmp-datastore:operational + example: ncmp-datastore:running responses: NotFound: diff --git a/docs/api/swagger/ncmp/openapi.yaml b/docs/api/swagger/ncmp/openapi.yaml index 18839664a..52379f4ad 100644 --- a/docs/api/swagger/ncmp/openapi.yaml +++ b/docs/api/swagger/ncmp/openapi.yaml @@ -22,7 +22,7 @@ paths: required: true schema: type: string - example: ncmp-datastore:operational + example: ncmp-datastore:running - name: cm-handle in: path description: "The identifier for a network function, network element, subnetwork\ @@ -162,7 +162,7 @@ paths: required: true schema: type: string - example: ncmp-datastore:operational + example: ncmp-datastore:running - name: cm-handle in: path description: "The identifier for a network function, network element, subnetwork\ @@ -285,7 +285,7 @@ paths: required: true schema: type: string - example: ncmp-datastore:operational + example: ncmp-datastore:running - name: cm-handle in: path description: "The identifier for a network function, network element, subnetwork\ @@ -405,7 +405,7 @@ paths: required: true schema: type: string - example: ncmp-datastore:operational + example: ncmp-datastore:running - name: cm-handle in: path description: "The identifier for a network function, network element, subnetwork\ @@ -521,7 +521,7 @@ paths: required: true schema: type: string - example: ncmp-datastore:operational + example: ncmp-datastore:running - name: cm-handle in: path description: "The identifier for a network function, network element, subnetwork\ @@ -639,7 +639,7 @@ paths: required: true schema: type: string - example: ncmp-datastore:operational + example: ncmp-datastore:running - name: cm-handle in: path description: "The identifier for a network function, network element, subnetwork\ -- cgit 1.2.3-korg