From 9784384be364246ae07efbf0383661d6d32adec4 Mon Sep 17 00:00:00 2001 From: "raviteja.karumuri" Date: Mon, 19 Jun 2023 16:43:32 +0100 Subject: DMI-Plugin : Replacing the word 'Batch' as 'DataOperation'. Issue-ID: CPS-1754 Signed-off-by: raviteja.karumuri Change-Id: I8a1d6e329bb79d3762da17e9740854048b2aeace --- openapi/components.yml | 4 ++-- openapi/openapi.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'openapi') 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 -- cgit 1.2.3-korg