Update multiple option based attribute values​
Update multiple option based attribute values
- application/json
Request Body required
ne_attribute_options object[]
id uuidThe ID
ne_attribute_id uuidThe ne_attribute_id
option stringThe option
Responses
- 200
- 400
- 500
Expected response to a valid request
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
ne_attribute_options object[]
id uuidthe id
uid stringPossible values:
>= 32 characters
and<= 32 characters
the uid
ne_attribute_id uuidthe ne_attribute_id
option stringthe option
- info string
info about the job
job_status object
the status of the job
job_id stringthe job id
status stringthe status
- status int32
the status
oneOf
{
"ne_attribute_options": [
{
"id": "db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e",
"uid": "db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e",
"ne_attribute_id": "db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e",
"option": "myoption1"
},
{
"id": "db6f8e8b-65c2-47d5-a0db-90bcc4e9d511",
"uid": "db6f8e8b-65c2-47d5-a0db-90bcc4e9d511",
"ne_attribute_id": "db6f8e8b-65c2-47d5-a0db-90bcc4e9d511",
"option": "myoption2"
}
]
}
Bad Request - unable to complete.
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
- error
- error
- errors
oneOf
{
"error": "Invalid JSON syntax. Please check your syntax and try again."
}
Internal Server Error - returned on unhandled exceptions.
- application/json
- Schema
- Example (from schema)
Schema
- error
A message describing the error
{
"error": "Sorry something went wrong"
}
Loading...