update_section: Update a section

View source: R/section.R

update_sectionR Documentation

Update a section

Description

Update a section

Usage

update_section(
  section_id,
  new_name,
  verbose = TRUE,
  token = get_todoist_api_token()
)

Arguments

section_id

id of the section

new_name

new name for the section

verbose

boolean that make the function verbose

token

todoist API token

Value

id of the updated section (invisible)

Examples

## Not run: 
update_section("12345", new_name = "New Section Name")

## End(Not run)

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