Authorizations
Path Parameters
The key of the vocabulary.
Body
The request body should contain a list of concepts to upsert, update or delete.
- Option 1
- Option 2
- Option 3
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.