---
title: "Updates the reactions of the comment with the specified id on the task with the specified id."
method: POST
path: "/tasks/{taskId}/comments/{commentId}/react"
tags: ["taskComments"]
---

# Updates the reactions of the comment with the specified id on the task with the specified id.

`POST /tasks/{taskId}/comments/{commentId}/react`

<Check title="Required Permissions" icon="key">To update a reaction of a comment the user must have at least `read` permissions on the specified task.</Check>

## Path parameters

- `taskId` string, uuid, required
- `commentId` string, uuid, required

## Headers

- `Authorization` string, required

## Request body

- ReactionForm
  - `emoji` string, required — The reaction (emoji).
  - `operation` string, required — The operation. Can be 'add' or 'remove'.

## Response `204`

No Content

- object

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
