powered by
Update a workspace
update_workspace( workspace_id, name, verbose = TRUE, token = get_todoist_api_token() )
id of the updated workspace (invisible)
id of the workspace
new name for the workspace
boolean that make the function verbose
todoist API token
if (FALSE) { update_workspace("12345", name = "New Workspace Name") }
Run the code above in your browser using DataLab