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

Response

Success

status
enum<string>
required
Available options:
ok