diff options
author | Sourabh Sourabh <sourabh.sourabh@est.tech> | 2024-02-01 16:57:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-02-01 16:57:22 +0000 |
commit | 90b28d4b0eb228fd5906dabc50e1b543f1e3afed (patch) | |
tree | 88f1f6cf709b86af158ecdcbea893454786e8504 /cps-ncmp-rest/docs/openapi/components.yaml | |
parent | 0f6f416f45d5ad0e9bba67d459858995196f7a73 (diff) | |
parent | 04280e2f93bbf30e8654c411bb1e107d275c22bb (diff) |
Merge "Extend API: Get Module Definitions"
Diffstat (limited to 'cps-ncmp-rest/docs/openapi/components.yaml')
-rw-r--r-- | cps-ncmp-rest/docs/openapi/components.yaml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index 3bee633900..6b53292af7 100644 --- a/cps-ncmp-rest/docs/openapi/components.yaml +++ b/cps-ncmp-rest/docs/openapi/components.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021-2023 Nordix Foundation +# Copyright (C) 2021-2024 Nordix Foundation # Modifications Copyright (C) 2021 Pantheon.tech # Modifications Copyright (C) 2022 Bell Canada # ================================================================================ @@ -492,6 +492,22 @@ components: schema: type: string example: my-cm-handle + moduleNameInQuery: + name: module-name + in: query + description: Filter for a module name.This is an optional parameter + required: false + schema: + type: string + example: my-module + revisionInQuery: + name: revision + in: query + description: Filter for a module revision.This is an optional parameter and ignored when no module name is supplied + required: false + schema: + type: string + example: 2024-01-22 dataSyncEnabled: name: dataSyncEnabled in: query |