move_section: Move a section to another project

View source: R/section.R

move_sectionR Documentation

Move a section to another project

Description

Move a section to another project

Usage

move_section(
  section_id,
  project_id,
  verbose = TRUE,
  token = get_todoist_api_token()
)

Arguments

section_id

id of the section

project_id

target project id

verbose

boolean that make the function verbose

token

todoist API token

Value

id of the moved section (invisible)

Examples

## Not run: 
move_section("12345", project_id = "67890")

## End(Not run)

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