Update a select option
Updates a select option on an attribute on either an object or a list.
Required scopes: object_configuration:read-write.
Path parameters
Whether the attribute is on an object or a list.
A UUID or slug to identify the object or list the select attribute belongs to.
A UUID or slug to identify the select attribute.
A UUID or select option title to identify the select option you would like to update.
Request body
Example request
{
"data": {
"title": "Medium"
}
}Response
Success
Example response
{
"data": {
"id": {
"workspace_id": "14beef7a-99f7-4534-a87e-70b564330a4c",
"object_id": "97052eb9-e65e-443f-a297-f2d9a4a7f795",
"attribute_id": "41252299-f8c7-4b5e-99c9-4ff8321d2f96",
"option_id": "08c2c59a-c18e-40c6-8dc4-95415313b2ea"
},
"title": "Medium"
}
}Changes
Changed in 2 of the 6 revisions of this API.11
- ●
added the new
missing_valueenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
- ○
the endpoint scheme security
oauth2was removed from the APIapi-security-removed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○