| update_comment | R Documentation |
Update a comment
update_comment(
comment_id,
content,
verbose = TRUE,
token = get_todoist_api_token()
)
comment_id |
id of the comment |
content |
new content for the comment |
verbose |
boolean that make the function verbose |
token |
todoist API token |
id of the updated comment (invisible)
## Not run:
update_comment("12345", content = "Updated comment")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.