powered by
Update a comment
update_comment( comment_id, content, verbose = TRUE, token = get_todoist_api_token() )
id of the updated comment (invisible)
id of the comment
new content for the comment
boolean that make the function verbose
todoist API token
if (FALSE) { update_comment("12345", content = "Updated comment") }
Run the code above in your browser using DataLab