---
title: "POST /comment/{tableId}/{recordId}/{commentId}/reaction"
method: POST
path: "/comment/{tableId}/{recordId}/{commentId}/reaction"
tags: ["comment"]
---

# POST /comment/{tableId}/{recordId}/{commentId}/reaction

`POST /comment/{tableId}/{recordId}/{commentId}/reaction`

create record comment reaction

## Path parameters

- `tableId` string, required
- `recordId` string, required
- `commentId` string, required

## Request body

- object
  - `reaction` string, required

## Response `201`

Successfully create comment reaction.

---

[API](https://skmtc.dev/teable/apis/teable-app.md) · [All operations](https://skmtc.dev/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
