Create Sections

create(section)

const myClient // an authorized client instance
let mySection... // a valid section JSON Object
myClient.section.create(mySection) // Creates the section in the Todoist Servers

Last updated