Resume Batch operation
PUT/batch-operations/:batchOperationId/resumption
Resumes a suspended batch operation. This is done asynchronously, the progress can be tracked using the batch operation status endpoint (/batch-operations/{batchOperationId}).
Request
Responses
- 204
- 400
- 403
- 404
- 500
The batch operation resume request was created.
The provided data is not valid.
Forbidden. The request is not allowed.
Not found. The batch operation was not found.
An internal error occurred while processing the request.