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.
Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The source key.

Body Params

The request body should contain a list of resources and relationships operations.

resourceOperations
array
required

List of resource operations for the bundle.

resourceOperations*
relationshipOperations
array
required

List of relationships operations for the bundle.

relationshipOperations*
Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here!