R/section.R
update_section.Rd
Update a section
update_section( section_id, new_name, verbose = TRUE, token = get_todoist_api_token() )
id of the section
new name for the section
boolean that make the function verbose
todoist API token
id of the updated section (invisible)
if (FALSE) { # \dontrun{ update_section("12345", new_name = "New Section Name") } # }