diff options
author | Daniel Hanrahan <daniel.hanrahan@est.tech> | 2024-08-01 11:25:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-08-01 11:25:58 +0000 |
commit | 76aabfb93d56700ef67d2dd2d46a9f2a1023c019 (patch) | |
tree | f14d8b2dd422020a359982dfe1f0e4137a801bcb /cps-ncmp-rest/docs | |
parent | d0d4b973536730744279f176f5bac870b114cf78 (diff) | |
parent | 810be177b1cb733131c9c07da43e35fbab1df2ef (diff) |
Merge "Openapi specs update"
Diffstat (limited to 'cps-ncmp-rest/docs')
-rwxr-xr-x | cps-ncmp-rest/docs/openapi/ncmp.yml | 2 | ||||
-rwxr-xr-x | cps-ncmp-rest/docs/openapi/openapi-inventory.yml | 2 | ||||
-rwxr-xr-x | cps-ncmp-rest/docs/openapi/openapi.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cps-ncmp-rest/docs/openapi/ncmp.yml b/cps-ncmp-rest/docs/openapi/ncmp.yml index d0b1f35eaa..6972463e3c 100755 --- a/cps-ncmp-rest/docs/openapi/ncmp.yml +++ b/cps-ncmp-rest/docs/openapi/ncmp.yml @@ -194,7 +194,7 @@ dataOperationForCmHandle: tags: - network-cm-proxy summary: Execute a data operation for group of cm handle ids - description: This request will be handled asynchronously using messaging to the supplied topic. The rest response will be an acknowledge with a requestId to identify the relevant messages. A maximum of 50 cm handles per operation is supported. + description: This request will be handled asynchronously using messaging to the supplied topic. The rest response will be an acknowledge with a requestId to identify the relevant messages. A maximum of 200 cm handles per operation is supported. operationId: executeDataOperationForCmHandles parameters: - $ref: 'components.yaml#/components/parameters/requiredTopicParamInQuery' diff --git a/cps-ncmp-rest/docs/openapi/openapi-inventory.yml b/cps-ncmp-rest/docs/openapi/openapi-inventory.yml index b794082875..d68cd8b141 100755 --- a/cps-ncmp-rest/docs/openapi/openapi-inventory.yml +++ b/cps-ncmp-rest/docs/openapi/openapi-inventory.yml @@ -21,7 +21,7 @@ openapi: 3.0.3 info: title: NCMP Inventory API description: NCMP Inventory API - version: "1.0" + version: "3.5.1" servers: - url: /ncmpInventory components: diff --git a/cps-ncmp-rest/docs/openapi/openapi.yml b/cps-ncmp-rest/docs/openapi/openapi.yml index dd6d7c8baa..bf23e4af4e 100755 --- a/cps-ncmp-rest/docs/openapi/openapi.yml +++ b/cps-ncmp-rest/docs/openapi/openapi.yml @@ -22,7 +22,7 @@ openapi: 3.0.3 info: title: NCMP to CPS Proxy API description: NCMP to CPS Proxy API - version: "1.0" + version: "3.5.1" servers: - url: /ncmp components: |