You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WORKING WITH TAGS ON A TASK
GET /tasks/task-id/tags
POST /tasks/task-id/addTag
POST /tasks/task-id/removeTag
Each task can be associated with zero or more tags in the system. The API allows you to query and change those associations.
You can query the list of tags associated with a task by using the tags endpoint on a task, which will return a compact representation of each of the tags on the task specified.
You can add or remove a tag using the addTag or removeTag endpoints, respectively, providing the parameters below.
Requests to add/remove tags, if successful, will return success and an empty data block.
tag 1331
The ID of the tag to add or remove from the task.
The text was updated successfully, but these errors were encountered:
WORKING WITH TAGS ON A TASK
GET /tasks/task-id/tags
POST /tasks/task-id/addTag
POST /tasks/task-id/removeTag
Each task can be associated with zero or more tags in the system. The API allows you to query and change those associations.
You can query the list of tags associated with a task by using the tags endpoint on a task, which will return a compact representation of each of the tags on the task specified.
You can add or remove a tag using the addTag or removeTag endpoints, respectively, providing the parameters below.
Requests to add/remove tags, if successful, will return success and an empty data block.
tag 1331
The ID of the tag to add or remove from the task.
The text was updated successfully, but these errors were encountered: