{
"attribute_possible_value": {
"id": "<string>",
"value": "<string>",
"rank": 123,
"metadata": {},
"created_at": "2023-11-07T05:31:56Z"
}
}
Creates a new possible value for a specific attribute.
{
"attribute_possible_value": {
"id": "<string>",
"value": "<string>",
"rank": 123,
"metadata": {},
"created_at": "2023-11-07T05:31:56Z"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the attribute.
Created
The response is of type object
.