Create Comments

create(comment)

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

Last updated