diff options
author | tragait <rahul.tyagi@est.tech> | 2022-01-13 13:15:14 +0000 |
---|---|---|
committer | tragait <rahul.tyagi@est.tech> | 2022-01-21 10:08:44 +0000 |
commit | ecd7f5e418c17d8f0f3f12af4fd0a543084e8254 (patch) | |
tree | b68f4140d48485291bcc4970c14f70fe1b444917 /cps-ncmp-rest/docs/openapi/ncmp.yml | |
parent | 5ffd70d6cb68373389198a7c3fe5acb80c53e7a0 (diff) |
patch operation for ncmp running
Signed-off-by: tragait <rahul.tyagi@est.tech>
Change-Id: Ib136291963a5d7f115c8637708a1d5a64c62c9f2
Issue-ID: CPS-641
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 7845a34ad6..75a5295042 100755 --- a/cps-ncmp-rest/docs/openapi/ncmp.yml +++ b/cps-ncmp-rest/docs/openapi/ncmp.yml @@ -340,12 +340,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' |