Add a value to an option based attribute​
Add a value to an option based attribute
- application/json
Request Body required
ne_attribute_option object
ne_attribute_id uuidThe ne_attribute_id
option stringThe option
Responses
- 200
- 405
Expected response to a valid request
- application/json
- Schema
- Example (from schema)
Schema
ne_attribute_option object
id uuidthe id
uid stringPossible values:
>= 32 characters
and<= 32 characters
the uid
ne_attribute_id uuidthe ne_attribute_id
option stringthe option
{
"ne_attribute_option": {
"id": "db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e",
"uid": "db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e",
"ne_attribute_id": "db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e",
"option": "myoption"
}
}
Invalid input
Loading...