Skip Navigation Links

Task Comment Reactions

Update task comment reactionexperimental

Requires authentication via bearer.

Updates the reaction from a task comment.

Path Params

reaction_id stringrequired

Request Body

type stringrequired

Response Body

200 OK

Error Codes

  • FEATURE_DISABLED
  • REACTION_NOT_FOUND
  • TASK_COMMENT_NOT_FOUND
  • TASK_NOT_FOUND

Delete task comment reactionexperimental

Requires authentication via bearer.

Removes the reaction from a task comment. The reaction is no longer available. The operation cannot be undone.

Path Params

reaction_id stringrequired

Response Body

204 No Content

Error Codes

  • FEATURE_DISABLED
  • REACTION_NOT_FOUND
  • TASK_COMMENT_NOT_FOUND
  • TASK_NOT_FOUND

Get paginated reactions to task commentexperimental

Requires authentication via bearer.

Get paginated reactions to a task comment

Path Params

comment_id stringrequired

Query Params

embed string[]
types string[]
sort string[]
page_cursor string

A cursor pointing to the first item to be contained in the response array. Refer to our general "pagination" concept for more information.

page_limit integer

The maximum number of items to be contained in the response array. Refer to our general "pagination" concept for more information.

Response Body

200 OK

Error Codes

  • FEATURE_DISABLED
  • TASK_COMMENT_NOT_FOUND
  • TASK_NOT_FOUND
  • DELETED_TASK_COMMENT
  • REACTION_TYPES_LIMIT_EXCEEDED
  • VALIDATION_ERROR

Create new task comment reactionexperimental

Requires authentication via bearer.

React to a task comment. The reacting user is inferred from the access token and must be authenticated for the request.

Path Params

comment_id stringrequired

Request Body

id string
type stringrequired

Response Body

201 Created

Error Codes

  • DUPLICATE_ID
  • FEATURE_DISABLED
  • TASK_COMMENT_NOT_FOUND
  • TASK_NOT_FOUND
  • USER_REACTION_ALREADY_EXISTS