diff options
author | raviteja.karumuri <raviteja.karumuri@est.tech> | 2023-06-19 16:43:32 +0100 |
---|---|---|
committer | raviteja.karumuri <raviteja.karumuri@est.tech> | 2023-06-20 09:47:05 +0100 |
commit | 9784384be364246ae07efbf0383661d6d32adec4 (patch) | |
tree | 49313c17051fabe6b3c29238b5555baa7f5db0b5 /openapi/components.yml | |
parent | 7272f11fa4a3876cf61451a21916a7244c2d045b (diff) |
DMI-Plugin : Replacing the word 'Batch' as 'DataOperation'.
Issue-ID: CPS-1754
Signed-off-by: raviteja.karumuri <raviteja.karumuri@est.tech>
Change-Id: I8a1d6e329bb79d3762da17e9740854048b2aeace
Diffstat (limited to 'openapi/components.yml')
-rw-r--r-- | openapi/components.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openapi/components.yml b/openapi/components.yml index b32130b9..a339134e 100644 --- a/openapi/components.yml +++ b/openapi/components.yml @@ -49,11 +49,11 @@ components: cmHandleProperties: $ref: '#/components/schemas/cmHandleProperties' - ResourceBatchDataRequest: + ResourceDataOperationRequests: type: array items: type: object - title: 'ResourceBatchRequest' + title: 'DataOperationRequest' properties: operation: type: string |