Links a custom field definition to a project.
When the definition is unlinked from a task, all values of the custom field will be removed from the task.
Required Permissions
Any authenticated user.Path parameters
projectId
The id of project.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
customFieldDefinitionId
The id of the custom field definition.
order
The order of the custom field definition.
Response
OK