v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBcustom_fields
Update custom field
Updates a custom field.
Editable properties:
- name
- description
- options
- default_value
- is_visible_on_info_page
- is_visible_as_filter
put/custom_fields/{custom_field_id}
Request body
Example request
{
"name": "Skills",
"created_at": "2025-01-22T06:00:30Z",
"updated_at": "2025-01-22T06:13:40Z",
"data_type": "multiple_choice_selection_list",
"options": [
"Audio/Video",
"Graphic Design",
"UX",
"Analytics",
"Python",
"Ruby",
"JavaScript"
]
}Response
The updated custom field.
Example response
{
"name": "Skills",
"created_at": "2025-01-22T06:00:30Z",
"updated_at": "2025-01-22T06:13:40Z",
"data_type": "multiple_choice_selection_list",
"options": [
"Audio/Video",
"Graphic Design",
"UX",
"Analytics",
"Python",
"Ruby",
"JavaScript"
]
}