Error
A valid request URL is required to generate request examples{
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Comments
Resolve comment
Resolves or unresolves a comment on a dashboard
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
the uuid of the dashboard
the uuid of the comment
Body
application/json
whether the comment should be resolved
whether the comment should be resolved
Response
Success
Available options:
ok Was this page helpful?