Learn R Programming

rtodoist (version 0.4.0)

update_comment: Update a comment

Description

Update a comment

Usage

update_comment(
  comment_id,
  content,
  verbose = TRUE,
  token = get_todoist_api_token()
)

Value

id of the updated comment (invisible)

Arguments

comment_id

id of the comment

content

new content for the comment

verbose

boolean that make the function verbose

token

todoist API token

Examples

Run this code
if (FALSE) {
update_comment("12345", content = "Updated comment")
}

Run the code above in your browser using DataLab