---
title: "Create comment"
method: POST
path: "/api/v1/comments/dashboards/{dashboardUuid}/{dashboardTileUuid}"
tags: ["Comments"]
---

# Create comment

`POST /api/v1/comments/dashboards/{dashboardUuid}/{dashboardTileUuid}`

Creates a comment on a dashboard tile

## Path parameters

- `dashboardUuid` string, required
- `dashboardTileUuid` string, required

## Request body

- PickCommentTextOrReplyToOrMentionsOrTextHtml — From T, pick a set of properties whose keys are in the union K
  - `text` string, required
  - `replyTo` string
  - `mentions` string[], required
  - `textHtml` string, required

## Response `200`

Success

- ApiCreateComment
  - `results` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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