diff options
author | seanbeirne <sean.beirne@est.tech> | 2024-08-26 14:13:29 +0100 |
---|---|---|
committer | seanbeirne <sean.beirne@est.tech> | 2024-09-02 14:09:25 +0100 |
commit | 081f605d960fcba79a82e8dfe70c4b20e232ea94 (patch) | |
tree | beb6211a6c8c2c90c9610363d7504c155cadda4c /cps-ncmp-rest/docs | |
parent | 29aefda31575e17ef5d8584f7b3a92b882995a15 (diff) |
Support Alternate-id for CPS-E05 module definition
Issue-ID: CPS-2379
Change-Id: Idd180c5792575522ceaaa094b94c8f5b36790186
Signed-off-by: seanbeirne <sean.beirne@est.tech>
Diffstat (limited to 'cps-ncmp-rest/docs')
-rwxr-xr-x | cps-ncmp-rest/docs/openapi/ncmp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-ncmp-rest/docs/openapi/ncmp.yml b/cps-ncmp-rest/docs/openapi/ncmp.yml index 9a6c076f03..c12b1c4eb8 100755 --- a/cps-ncmp-rest/docs/openapi/ncmp.yml +++ b/cps-ncmp-rest/docs/openapi/ncmp.yml @@ -289,7 +289,7 @@ getModuleDefinitions: description: Get module definitions (module name, revision, yang resource) with options to filter on module name and revision operationId: getModuleDefinitions parameters: - - $ref: 'components.yaml#/components/parameters/cmHandleInPath' + - $ref: 'components.yaml#/components/parameters/cmHandleReferenceInPath' - $ref: 'components.yaml#/components/parameters/moduleNameInQuery' - $ref: 'components.yaml#/components/parameters/revisionInQuery' responses: |