cURL
curl --request POST \ --url http://api/v1/comments/dashboards/{dashboardUuid}/{dashboardTileUuid} \ --header 'Content-Type: application/json' \ --data ' { "text": "<string>", "replyTo": "<string>", "mentions": [ "<string>" ], "textHtml": "<string>" } '
{ "results": "<string>", "status": "ok" }
Creates a comment on a dashboard tile
the uuid of the dashboard
the uuid of the dashboard tile
the comment to create
Success
ok