---
title: "Add a column comment"
method: POST
path: "/dataset/{handle}/{column}/comment"
tags: ["comments"]
---

# Add a column comment

`POST /dataset/{handle}/{column}/comment`

Add a comment to a column in the sheet.

## Path parameters

- `handle` string, required
- `column` string, required

## Request body

- FilesCreateRequest
  - `comment` string
  - `share_with_tagged_emails` boolean
  - `tagged_emails` string[]

## Response `200`

OK

- FilesCreateResponse
  - `comment_id` string
  - `send_email_error` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/freshdesk/apis/gigasheet-api.md) · [All operations](https://skmtc.net/freshdesk/apis/gigasheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freshdesk/gigasheet-api/revisions/d1e5cbb24557/schema)
