R/comments.R
update_comment.Rd
Update a comment
update_comment( comment_id, content, verbose = TRUE, token = get_todoist_api_token() )
id of the comment
new content for the comment
boolean that make the function verbose
todoist API token
id of the updated comment (invisible)
if (FALSE) { # \dontrun{ update_comment("12345", content = "Updated comment") } # }