update_workspace: Update a workspace

View source: R/workspaces.R

update_workspaceR Documentation

Update a workspace

Description

Update a workspace

Usage

update_workspace(
  workspace_id,
  name,
  verbose = TRUE,
  token = get_todoist_api_token()
)

Arguments

workspace_id

id of the workspace

name

new name for the workspace

verbose

boolean that make the function verbose

token

todoist API token

Value

id of the updated workspace (invisible)

Examples

## Not run: 
update_workspace("12345", name = "New Workspace Name")

## End(Not run)

rtodoist documentation built on Feb. 14, 2026, 5:06 p.m.