diff options
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 |