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

Changes