v1

latestOpenAPI 3.0.12026-07-14107836.7 KB
Vocabularies

Bulk upsert, update or delete concepts

Bulk upsert, update or delete concepts. Bulk operations are processed synchronously.

post/terminology/v1/vocabularies/{vocabularyKey}/concepts/bulk

Path parameters

vocabularyKeystring required

The key of the vocabulary.

Request body

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.

status'SUCCESS' | 'PENDING' | 'CANCELLED' | 'FAILURE' required

Status of the operation.

  • SUCCESS: The operation was persisted in the source, or was dropped by a reject action of the user.
  • PENDING: The operation is being processed asyncronously by the system or is in a pipeline IN_REVIEW status.
  • CANCELLED: The operation was cancelled by the system due to a concurrent operation.
  • FAILURE: The operation failed due to validation or processing error.