---
title: "Resolve comment"
method: PATCH
path: "/api/v1/comments/dashboards/{dashboardUuid}/{commentId}"
tags: ["Comments"]
---

# Resolve comment

`PATCH /api/v1/comments/dashboards/{dashboardUuid}/{commentId}`

Resolves or unresolves a comment on a dashboard

## Path parameters

- `dashboardUuid` string, required
- `commentId` string, required

## Request body

- object — whether the comment should be resolved
  - `resolved` boolean, required

## Response `200`

Success

- ApiResolveComment
  - `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)
