Create or update a Grafana dashboard from a template

POST/api/v1/integrations/grafana/dashboards

Parameters

This endpoint does not accept parameters.

Responses

201Dashboard created

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/integrations/grafana/dashboards" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "title": "Service Health", "folder_uid": "infra", "panels": [...] }'

Response

201Dashboard created
Example response not yet documented.