diff options
author | tragait <rahul.tyagi@est.tech> | 2022-01-10 12:16:25 +0000 |
---|---|---|
committer | tragait <rahul.tyagi@est.tech> | 2022-01-19 13:48:30 +0000 |
commit | dffff5df568b0f7654dcf019cee2333b29db09e2 (patch) | |
tree | c751d8b8ac88bf66582eeca1fac4be6d9e9a0c30 /openapi/components.yml | |
parent | 527a90df79174fcbceee0e4f0d17fae200de6a2e (diff) |
impl patch operation in dmi
Change-Id: Ie87216fa6cb120bea685286b7f0dacd8e22f603b
Signed-off-by: tragait <rahul.tyagi@est.tech>
Issue-ID: CPS-641
Diffstat (limited to 'openapi/components.yml')
-rw-r--r-- | openapi/components.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openapi/components.yml b/openapi/components.yml index aa0827a5..bf271bb4 100644 --- a/openapi/components.yml +++ b/openapi/components.yml @@ -87,7 +87,7 @@ components: properties: operation: type: string - enum: [ read, create, update, delete ] + enum: [ read, create, update, patch, delete ] example: read dataType: type: string |