Update task custom field
Updates an existing task custom field. All fields are required - provide complete field configuration.
What can be updated:
- Field name and description
- Field type (note: changing type may affect existing data)
- Select options (for Select and MultiSelect types)
- Multilingual translations
Important: This is a full update - all fields must be provided. Use PATCH endpoints if you need partial updates (not available for custom fields).
/administration/task-settings/custom-fields/{id}AuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredidstringrequiredfieldsToReturnstringComma-separated list of top-level response fields to return. Overrides the endpoint compact default unless responseShape=full is used.
responseShapestringAdvanced override. Omit for the endpoint compact default. Use full only when you need the complete endpoint response, including nested fields that are not selectable with fieldsToReturn.
compactfullLT-Response-ShapestringAdvanced override. Set to full only when you need the complete endpoint response, including nested fields that are not selectable with fieldsToReturn.
fullapplication/jsondescriptionstringrequiredDefault custom field description (used as fallback when no translation exists for user's language)
idstringCustom field ID (optional, taken from URL)
namestringrequiredDefault custom field name (used as fallback when no translation exists for user's language)
selectOptionsFieldOptionDto[]requiredSelect options (required for Select and MultiSelect types)
Show propertiesHide properties
FieldOptionDtoidobjectOption ID
translationsCustomFieldTranslationDto[]requiredLanguage-specific translations for this option. Overrides the default value when user's language matches.
Show propertiesHide properties
CustomFieldTranslationDtolanguagestringrequiredLanguage code following ISO 639-1 format (e.g., "en", "de", "fr")
namestringrequiredTranslated name for this language. Overrides the default name when user's language matches.
valuestringrequiredDefault option value (used as fallback when no translation exists for user's language)
translationsCustomFieldTranslationDto[]requiredLanguage-specific translations for field name. Overrides the default name when user's language matches.
Show propertiesHide properties
CustomFieldTranslationDtolanguagestringrequiredLanguage code following ISO 639-1 format (e.g., "en", "de", "fr")
namestringrequiredTranslated name for this language. Overrides the default name when user's language matches.
translationsDescriptionsCustomFieldTranslationDto[]requiredLanguage-specific translations for field description. Overrides the default description when user's language matches.
Show propertiesHide properties
CustomFieldTranslationDtolanguagestringrequiredLanguage code following ISO 639-1 format (e.g., "en", "de", "fr")
namestringrequiredTranslated name for this language. Overrides the default name when user's language matches.
typestringrequiredCustom field type
TextTextareaNumberDateCheckboxSelectMultiSelectCurrencyUrlTask custom field updated successfully
descriptionobject | nullrequiredDefault custom field description (used as fallback when no translation exists for user's language)
entitystringrequiredEntity type (always Task for task custom fields)
TaskProjectOrganizationObjectidstringrequiredCustom field ID
namestringrequiredDefault custom field name (used as fallback when no translation exists for user's language)
selectOptionsFieldOptionDto[]requiredSelect options with their translations. Each option has a default value and language-specific overrides.
Show propertiesHide properties
FieldOptionDtoidobjectOption ID
translationsCustomFieldTranslationDto[]requiredLanguage-specific translations for this option. Overrides the default value when user's language matches.
Show propertiesHide properties
CustomFieldTranslationDtolanguagestringrequiredLanguage code following ISO 639-1 format (e.g., "en", "de", "fr")
namestringrequiredTranslated name for this language. Overrides the default name when user's language matches.
valuestringrequiredDefault option value (used as fallback when no translation exists for user's language)
sortnumberrequiredSort order
translationsCustomFieldTranslationDto[]requiredLanguage-specific translations for field name. Overrides the default name when user's language matches.
Show propertiesHide properties
CustomFieldTranslationDtolanguagestringrequiredLanguage code following ISO 639-1 format (e.g., "en", "de", "fr")
namestringrequiredTranslated name for this language. Overrides the default name when user's language matches.
typestringrequiredCustom field type
TextTextareaNumberDateCheckboxSelectMultiSelectCurrencyUrlUnauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions