| rename_shared_label | R Documentation |
Rename a shared label
rename_shared_label(
old_name,
new_name,
verbose = TRUE,
token = get_todoist_api_token()
)
old_name |
current name of the shared label |
new_name |
new name for the shared label |
verbose |
boolean that make the function verbose |
token |
todoist API token |
NULL (invisible)
## Not run:
rename_shared_label("old_name", "new_name")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.