Error
A valid request URL is required to generate request examples{
"results": "<string>",
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Comments
Create comment
Creates a comment on a dashboard tile
POST
/
api
/
v1
/
comments
/
dashboards
/
{dashboardUuid}
/
{dashboardTileUuid}
Error
A valid request URL is required to generate request examples{
"results": "<string>",
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Path Parameters
the uuid of the dashboard
the uuid of the dashboard tile
Body
application/json
the comment to create
Was this page helpful?