| update_workspace | R Documentation |
Update a workspace
update_workspace(
workspace_id,
name,
verbose = TRUE,
token = get_todoist_api_token()
)
workspace_id |
id of the workspace |
name |
new name for the workspace |
verbose |
boolean that make the function verbose |
token |
todoist API token |
id of the updated workspace (invisible)
## Not run:
update_workspace("12345", name = "New Workspace Name")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.