---
title: "POST /api/row_comments/{table_id}/{row_id}/"
method: POST
path: "/api/row_comments/{table_id}/{row_id}/"
tags: ["Database table rows"]
---

# POST /api/row_comments/{table_id}/{row_id}/

`POST /api/row_comments/{table_id}/{row_id}/`

Creates a comment on the specified row.

This is a **premium** feature.

## Path parameters

- `row_id` integer, required
- `table_id` integer, required

## Query parameters

- `view` integer

## Request body

- RowCommentCreate
  - `message` unknown, required

## Response `200`

- RowComment
  - `id` integer, required
  - `user_id` integer, nullable, required — The user who made the comment.
  - `first_name` string
  - `table_id` integer, required — The table the row this comment is for is found in.
  - `row_id` integer, required — The id of the row the comment is for.
  - `message` string, required
  - `created_on` string, date-time, required
  - `updated_on` string, date-time, required
  - `edited` string, required
  - `trashed` boolean

## Other responses

- `400`
- `404`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
