Create Labels

create(comment)

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

Last updated