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