diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-05-29 08:52:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-05-29 08:52:22 +0000 |
commit | 325ac091ddea291c5659fa6e803f132a578deb14 (patch) | |
tree | 3b06c9f393e97e54ae26ef7038123cc750df937c /cps-ncmp-rest/docs/openapi/ncmp.yml | |
parent | acae85ffc8eac8dd919b59b1fc804a1d3743eb0f (diff) | |
parent | f232f30bede7d35c71db2d0201695a1416e37323 (diff) |
Merge "NCMP: Update existing Batch endpoint (Moving url param into rest body)"
Diffstat (limited to 'cps-ncmp-rest/docs/openapi/ncmp.yml')
-rwxr-xr-x | cps-ncmp-rest/docs/openapi/ncmp.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cps-ncmp-rest/docs/openapi/ncmp.yml b/cps-ncmp-rest/docs/openapi/ncmp.yml index 2b70d94892..957a3b8735 100755 --- a/cps-ncmp-rest/docs/openapi/ncmp.yml +++ b/cps-ncmp-rest/docs/openapi/ncmp.yml @@ -202,17 +202,13 @@ getResourceDataForCmHandleBatch: 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. operationId: getResourceDataForCmHandleBatch parameters: - - $ref: 'components.yaml#/components/parameters/datastoreName' - - $ref: 'components.yaml#/components/parameters/resourceIdentifierInQuery' - - $ref: 'components.yaml#/components/parameters/optionsParamInQuery' - $ref: 'components.yaml#/components/parameters/requiredTopicParamInQuery' - - $ref: 'components.yaml#/components/parameters/includeDescendantsOptionInQuery' requestBody: required: true content: application/json: schema: - type: object + $ref: 'components.yaml#/components/schemas/ResourceDataBatchRequest' responses: 200: description: OK |