R/labels.R
rename_shared_label.Rd
Rename a shared label
rename_shared_label( old_name, new_name, verbose = TRUE, token = get_todoist_api_token() )
current name of the shared label
new name for the shared label
boolean that make the function verbose
todoist API token
NULL (invisible)
if (FALSE) { # \dontrun{ rename_shared_label("old_name", "new_name") } # }