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 | |
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')
-rw-r--r-- | openapi/components.yml | 4 | ||||
-rw-r--r-- | openapi/openapi.yml | 8 |
2 files changed, 6 insertions, 6 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 diff --git a/openapi/openapi.yml b/openapi/openapi.yml index 4bca4108..6dbc19f3 100644 --- a/openapi/openapi.yml +++ b/openapi/openapi.yml @@ -154,9 +154,9 @@ paths: post: tags: - dmi-plugin - summary: Get resource data for batch of cm handle ids. - description: Get resource data for batch of cm handle ids by supplied operation details - operationId: getResourceDataForCmHandleBatch + summary: Execute a data operation for group of cm handle ids. + description: Execute a data operation for group of cm handle ids by supplied operation details + operationId: getResourceDataForCmHandleDataOperation parameters: - $ref: 'components.yml#/components/parameters/requiredTopicParamInQuery' - $ref: 'components.yml#/components/parameters/requiredRequestIdParamInQuery' @@ -165,7 +165,7 @@ paths: content: application/json: schema: - $ref: 'components.yml#/components/schemas/ResourceBatchDataRequest' + $ref: 'components.yml#/components/schemas/ResourceDataOperationRequests' responses: '202': description: Accepted |