Perform bulk operations on attribute descriptions
POST/v2/attribute-descriptions/bulk/name
Execute multiple attribute description operations (create or update) in a single atomic transaction.
This endpoint provides efficient bulk processing for comprehensive attribute description management:
- Create: New attribute descriptions are created with complete schema definitions
- Update: Existing attribute descriptions are modified based on name matching
- Atomic Processing: All operations succeed or fail together for data consistency
Perfect for data migration, bulk setup, or synchronizing attribute description schemas from external systems. The operation handles large datasets efficiently while maintaining data integrity.
All attribute descriptions in the request are processed as a single transaction, ensuring consistency across the entire operation.
Request
Responses
- 200
- 400
- 401
- 500
Successfully completed bulk attribute description operations
Invalid bulk operation data or validation errors
Authentication required - Invalid or missing OAuth2 token
Internal server error occurred during bulk operations