API Reference
Update a dashboard template
PATCH
/api/dashboard-templates/{id}
Update a dashboard template
Operation IDupdateDashboardTemplate
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
idintegerrequiredResource ID
Request body
Content typeapplication/json
requestobject4 properties
namestringdescriptionstringyaml_contentstringstatusstringSuccess response body
200Updated dashboard template
Updated dashboard template
Content typeapplication/json
responseobject9 properties
idintegerjob_template_idintegernamestringdescriptionstring | nullyaml_contentstringstatusstringcreated_atstring · date-timeupdated_atstring | null · date-timelinked_dashboard_countintegerPresent on GET detail — count of job dashboards referencing this template
Error responses
400Validation error
Validation error
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "VALIDATION_ERROR",
"message": "Invalid input"
}404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}