Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can Add Tag to task? #18

Open
chrisyeung1121 opened this issue Apr 22, 2014 · 0 comments
Open

Can Add Tag to task? #18

chrisyeung1121 opened this issue Apr 22, 2014 · 0 comments

Comments

@chrisyeung1121
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant