API Reference
Update a dashboard
PATCH
/api/dashboards/{id}
Update a dashboard
Operation IDupdateDashboard
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
Updated dashboard
Content typeapplication/json
responseobject9 properties
idintegerjob_idintegerdashboard_template_idinteger | nullnamestringdescriptionstring | nullstatusstringhas_share_linkbooleancreated_atstring · date-timeupdated_atstring | null · date-timeError 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"
}