v1
latestOpenAPI 3.0.22026-07-261040577.4 KBFields
Update field
Update a field by id.
🚧 Permissions
Please check you have the relevant permissions required to access this resource. This may include specific permissions on the object itself or its parent, or having the correct user role if you're making updates.
patch/v1/fields/{field_id}
Path parameters
field_idstring required
Unique identifier of the field.
Request body
Example request
{
"options": [
"Option A",
"Option B"
]
}Response
200