| update_section | R Documentation |
Update a section
update_section(
section_id,
new_name,
verbose = TRUE,
token = get_todoist_api_token()
)
section_id |
id of the section |
new_name |
new name for the section |
verbose |
boolean that make the function verbose |
token |
todoist API token |
id of the updated section (invisible)
## Not run:
update_section("12345", new_name = "New Section Name")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.