Update Attribute
This endpoint updates a attribute
Body
This is the id of the attribute.
The name of the attribute to be created.
The type of the attribute (e.g., string, number, boolean).
The value assigned to the attribute.
The maximum value for the attribute, applicable only for numeric types.
The minimum value for the attribute, applicable only for numeric types.
The category this attribute belongs to.
A brief description of the attribute.
Indicates whether the attribute is modifiable after creation.
Describes the impact or significance of the attribute.
Response
This is the id of the attribute.
The name of the created attribute.
The type of the created attribute.
The value assigned to the created attribute.
The maximum value for the created attribute, if applicable.
The minimum value for the created attribute, if applicable.
The category the created attribute belongs to, if any.
A brief description of the created attribute.
Indicates whether the attribute is modifiable.
The impact or significance of the created attribute, if described.
A confirmation message stating that the attribute has been successfully created.