Update an existing attribute description
PATCH/v2/attribute-descriptions/:lookupKey/:lookupValue
Modify an existing attribute description's configuration and metadata.
This endpoint allows you to update various aspects of an attribute description including:
- Attribute type and validation rules
- Localized names and descriptions
- Default values and configuration
- Visibility and access control settings
Note that certain fields like name, type, and attribute class cannot be modified after creation to maintain data integrity.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 500
Successfully updated the attribute description
Invalid update data or validation errors
Authentication required - Invalid or missing OAuth2 token
Attribute description not found with the specified criteria
Update would create a conflict with existing data
Internal server error occurred while updating the attribute description