Dev GuideRecipesAPI ReferenceChangelog
Dev GuideAPI ReferenceChangelogUser GuideDev CommunityOptimizely AcademySubmit a ticketLog In
API Reference

PATCH /tasks/{task_id}/custom-fields/{custom_field_id}

Update a custom field of a task. You can update the following types: text_field, multi_line_text_field, checkboxes, dropdown, multi_select_dropdown, multiple_choice, date_field, rich_text_field

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the task

string
required

Unique identifier of the custom field

Body Params

Payload to update the custom field.

values
array of strings
required

An array of choice IDs, if the custom field has choices. Otherwise, text values to update the custom field values with. Must contain at least one id/value in the array. For custom fields of type checkboxes, you can provide an array of multiple-choice IDs as values. Value for the custom field of type date_field must follow this format: YYYY-MM-DD.

values*
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json