R/workspaces.R
update_workspace.Rd
Update a workspace
update_workspace( workspace_id, name, verbose = TRUE, token = get_todoist_api_token() )
id of the workspace
new name for the workspace
boolean that make the function verbose
todoist API token
id of the updated workspace (invisible)
if (FALSE) { # \dontrun{ update_workspace("12345", name = "New Workspace Name") } # }