v1

latestOpenAPI 3.0.12026-07-1431191129.7 KB
Bundle

Bundle resource and relationship operations to be processed

Send a bundle of operations, including resource and relationship operations, to be processed atomically by the system.

Notes:

  • Order of Processing: Resource operations are executed first, followed by relationship operations.
  • Atomicity: The system processes the entire bundle as a single atomic transaction.
    • If all operations succeed, the changes are committed.
    • If any operation fails, all operations are rolled back, ensuring no partial changes.
post/sources/{sourceKey}/v1/bundle

Path parameters

sourceKeystring required

The source key.

Request body

Response

The bundle operation is valid and returns the list of persisted operations with a status 'PERSISTED'.

OR