api-tags | R Documentation |
Working with tags in ClickUp tasks.
cu_get_space_tags(space_id, cu_token = NULL)
cu_create_space_tag(space_id, name, ..., cu_token = NULL)
cu_edit_space_tag(space_id, tag_name, cu_token = NULL)
cu_delete_space_tag(task_id, tag_name, cu_token = NULL)
cu_add_tag_to_task(task_id, tag_name, cu_token = NULL)
cu_delete_space_tag(task_id, tag_name, cu_token = NULL)
space_id |
Space ID. |
cu_token |
ClickUp personal access token or an access token from the OAuth flow.
The |
name |
Tag name. |
... |
Named arguments to be passed to API request body, see the ClickUp API documentation (https://clickup.com/api). |
tag_name |
Tag name. |
task_id |
Task ID. |
A cu object.
cu for the cu object class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.