Authorizations
Body
The request body should contain a list of vocabularies to upsert or delete.
- Option 1
- Option 2
Response
The bulk operation is valid.
Response contains the status of bulk request and status of each processed operation.
Bulk request status will be SUCCESS
if all operations are successful, otherwise FAILURE
.
The status of the bulk request. If one or more operations failed, the status will be FAILURE
.
SUCCESS
, PENDING
, CANCELLED
, FAILURE
In case of failure, receipts of the operations are returned. Every operation sent will have a receipt corresponding to their original order. Each receipt will contain the status of the operation and an error if the operation failed.