v1

latestOpenAPI 3.1.0MIT2026-07-1393128198.4 KB
Dashboards

Update dashboard from YAML

Update an existing dashboard from YAML definition. Use get_dashboard_yaml first to retrieve the current YAML, then modify and submit. The API strictly rejects unknown fields. Table overrides use column + properties (array of {name, value}). Grid item overrides use matchers + properties (array of {name, value}). Documentation: https://uptrace.dev/features/dashboards

put/internal/v1/dashboards/{project_id}/{dashboard_id}/yaml

Path parameters

project_idinteger required

Uptrace project ID.

dashboard_idinteger required

Dashboard ID.

Response

Dashboard updated.