v1

latestOpenAPI 3.1.02026-07-1750229379.2 KB
Comment Reactions

Add a reaction to a comment

Posts a new comment reaction on a file comment.

post/v1/files/{file_key}/comments/{comment_id}/reactions

Path parameters

file_keystring required

File to post comment reactions to. This can be a file key or branch key. Use GET /v1/files/:key with the branch_data query param to get the branch key.

comment_idstring required

ID of comment to react to.

Request body

emojistring required

The emoji type of reaction as shortcode (e.g. :heart:, :+1::skin-tone-2:). The list of accepted emoji shortcodes can be found in this file under the top-level emojis and aliases fields, with optional skin tone modifiers when applicable.

Response

Response from the POST /v1/files/{file_key}/comments/{comment_id}/reactions endpoint.

status200 required

The status of the request.

errorfalse required

For successful requests, this value is always false.