Skip to main content
PATCH
/
api
/
v1
/
comments
/
dashboards
/
{dashboardUuid}
/
{commentId}
Error
A valid request URL is required to generate request examples
{
  "status": "ok"
}
{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}

Path Parameters

dashboardUuid
string
required

the uuid of the dashboard

commentId
string
required

the uuid of the comment

Body

application/json

whether the comment should be resolved

whether the comment should be resolved

resolved
boolean
required

Response

Success

status
enum<string>
required
Available options:
ok