Create a new attribute description schema
POST/v2/attribute-descriptions
Create a new attribute description that serves as a template for creating attribute values.
This endpoint establishes the schema and metadata for attributes including:
- Attribute type and validation rules
- Localized names and descriptions
- Default values and configuration
- Visibility and access control settings
The created description becomes available for use when creating actual attribute values for resources. All attribute descriptions must have unique names within their attribute class.
Request
Responses
- 201
- 400
- 401
- 409
- 500
Successfully created the attribute description
Invalid input data or validation errors
Authentication required - Invalid or missing OAuth2 token
Attribute description with the same name already exists in the specified class
Internal server error occurred while creating the attribute description