diff options
Diffstat (limited to 'openapi/openapi.yml')
-rw-r--r-- | openapi/openapi.yml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |