Skip to main content

Perform bulk operations on resource attributes

POST 

/v2/attributes/:resourceType/:lookupKey/:lookupValue/attributes

Execute multiple attribute operations (create, update, delete) in a single atomic transaction for a specific resource.

This endpoint provides efficient bulk processing for comprehensive attribute management:

  • Create: New attributes with values are created
  • Update: Existing attributes are modified with new values
  • Delete: Attributes specified without values are permanently removed

All operations are processed atomically - either all changes succeed or all fail together, ensuring data consistency and integrity. This approach is ideal for managing complex attribute sets or synchronizing attribute data from external systems.

The response provides detailed feedback on each operation, including success status and any validation errors encountered.

Request

Responses

Successfully completed bulk attribute operations