labels

Update all labels on a task.

Updates all labels on a task. Every label which is not passed but exists on the task will be deleted. Every label which does not exist on the task will be added. All labels which are passed and already exist on the task won't be touched.

post/tasks/{taskID}/labels/bulk

Path parameters

taskIDinteger required

Task ID

Request body

Response

The updated labels object.

Changes

No recorded changes to this endpoint across all 53 revisions of this API.