Add custom field to task
Add a custom field value to a task.
POST
/ beta / custom-field-values / task / {taskId}
Authorization
Path parameters
-
The task for which a new custom field value will be added.
Body
application/json
-
The custom field on the workspace that is being set on the task.
-
The value of the custom field on the workspace that is being set.
Response
200 - application/json - object
-
The type of custom field. "text", "url", "date", "person", "multiPerson", "phone", "select", "multiSelect", "number", "email", "checkbox", and "relatedTo" are all valid options.
-
The actual value being set.