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