Skip to main content
PATCH
/
api
/
v1
/
comments
/
dashboards
/
{dashboardUuid}
/
{commentId}
cURL
curl --request PATCH \
  --url http://api/v1/comments/dashboards/{dashboardUuid}/{commentId}
{
  "status": "ok"
}

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