v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Project

Update Custom Field

Allows updating individual custom fields on a project.

put/projects/{projectId}/custom-fields/{customFieldKey}

Request body

valueobject required

The value of the custom field. A date will be serialized as a ISO_8601 string. For read only custom fields (isReadOnly), it must be set exactly as the defaultValue from custom field definition.

Response

No Content