Updates an existing custom field definition with the specified id.
PUT
Required Permissions: The user must be an admin or have project-manage-config:write permissions.
Path parameters
customFieldDefinitionIdstringRequired
The id of the custom field definition.
Request
This endpoint expects an object.
namestringRequired
The name of the custom field definition.
typeenumRequired
The type of the custom field definition. When updating a custom field definition, only the following changes are allowed: 'date' ↔ 'datetime', 'select' ↔ 'coloredSelect'.
Response
This endpoint returns an object.
idstringOptional
The id of the custom field definition.
namestringOptional
The name of the custom field definition.
entity"task"Optional
The entity the custom field definition can be linked to.