update_comment: Update a comment

View source: R/comments.R

update_commentR Documentation

Update a comment

Description

Update a comment

Usage

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

Arguments

comment_id

id of the comment

content

new content for the comment

verbose

boolean that make the function verbose

token

todoist API token

Value

id of the updated comment (invisible)

Examples

## Not run: 
update_comment("12345", content = "Updated comment")

## End(Not run)

rtodoist documentation built on Feb. 14, 2026, 5:06 p.m.