diff options
author | tragait <rahul.tyagi@est.tech> | 2021-07-08 15:42:19 +0100 |
---|---|---|
committer | Niamh Core <niamh.core@est.tech> | 2021-08-04 09:53:58 +0000 |
commit | 2270d76e4f33ad231cdae317e88ea1769297cfec (patch) | |
tree | fe456072ca8254f6e4435c2d955d766e9cba6eed /docs/openapi/components.yml | |
parent | 7c4a9aa88269dbdb21c5c54bc47508463548bc1e (diff) |
create post request for cmhandles registration
Issue-ID: CPS-406
Change-Id: I64e88643221403e117146443287d03788fb71c3e
Signed-off-by: tragait <rahul.tyagi@est.tech>
Diffstat (limited to 'docs/openapi/components.yml')
-rw-r--r-- | docs/openapi/components.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/openapi/components.yml b/docs/openapi/components.yml index bc3a63a0..f38ed64b 100644 --- a/docs/openapi/components.yml +++ b/docs/openapi/components.yml @@ -11,6 +11,14 @@ components: details: type: string + CmHandles: + type: object + properties: + cmHandles: + type: array + items: + type: string + responses: NotFound: description: The specified resource was not found |