diff options
author | 2024-09-02 09:22:13 +0000 | |
---|---|---|
committer | 2024-09-02 09:22:13 +0000 | |
commit | 29aefda31575e17ef5d8584f7b3a92b882995a15 (patch) | |
tree | 27c3c4505298c47e0f1d6cfb48a2d5c1761b025e /cps-ncmp-rest/docs/openapi/components.yaml | |
parent | 5b2edb3e260d1daf69b36e42c5a5bc2e23d64615 (diff) | |
parent | 45308e0a3309c48511a9e2d44798fddabdb16096 (diff) |
Merge "Support alternate id interface for CPS-E-05 - publicProperties"
Diffstat (limited to 'cps-ncmp-rest/docs/openapi/components.yaml')
-rw-r--r-- | cps-ncmp-rest/docs/openapi/components.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index a9311d0861..112dddf61c 100644 --- a/cps-ncmp-rest/docs/openapi/components.yaml +++ b/cps-ncmp-rest/docs/openapi/components.yaml @@ -505,6 +505,14 @@ components: schema: type: string example: my-cm-handle + cmHandleReferenceInPath: + name: cm-handle + in: path + description: The identifier (cmHandle or alternate) for a network function, network element, subnetwork or any other cm object by managed Network CM Proxy + required: true + schema: + type: string + example: my-cm-handle-reference moduleNameInQuery: name: module-name in: query |