diff options
author | aditya puthuparambil <aditya.puthuparambil@bell.ca> | 2022-01-21 12:23:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-01-21 12:23:11 +0000 |
commit | db1e983f40be1db7bca5acacf5a3369d74a29c95 (patch) | |
tree | b552087409b305e12fce2844d7e994d30481b99e /cps-ncmp-rest/docs/openapi/ncmp.yml | |
parent | 87b991eb6502c20f441d00faa953f82de04fe12d (diff) | |
parent | ecd7f5e418c17d8f0f3f12af4fd0a543084e8254 (diff) |
Merge "patch operation for ncmp running"
Diffstat (limited to 'cps-ncmp-rest/docs/openapi/ncmp.yml')
-rwxr-xr-x | cps-ncmp-rest/docs/openapi/ncmp.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-ncmp-rest/docs/openapi/ncmp.yml b/cps-ncmp-rest/docs/openapi/ncmp.yml index 71b4f1c453..d80ec6508e 100755 --- a/cps-ncmp-rest/docs/openapi/ncmp.yml +++ b/cps-ncmp-rest/docs/openapi/ncmp.yml @@ -165,12 +165,12 @@ resourceDataForPassthroughRunning: requestBody: required: true content: - application/json: + '*/*': schema: type: object examples: dataSampleRequest: - $ref: 'components.yaml#/components/examples/dataSampleRequest' + $ref: 'components.yaml#/components/examples/dataSamplePatchRequest' responses: 200: $ref: 'components.yaml#/components/responses/Ok' |