Patch Evaluation Dashboard
Partially update a dashboard’s name, description, tags, or widget_order.
Only these mutable fields can change — the dashboard’s bound evaluation or group is
fixed at creation and cannot be reassigned here, and unset fields are left untouched
(partial-update semantics). Reorder existing widgets by sending a new widget_order,
whose entries are validated to be existing, non-duplicate widget IDs before the
update is applied; creating and attaching new widgets is done through the widget
sub-endpoints, not by editing widget_order. Archived dashboards cannot be updated
and return a not-found error.
Authorizations
Headers
Path Parameters
Body
Response
Successful Response
Unique identifier of the dashboard
The identity that created the entity.
The tags associated with the entity
Dashboard name
Account that owns this dashboard
When the dashboard was created
When the dashboard was last updated
"evaluation_dashboard"Dashboard description
Evaluation ID
Evaluation group ID
Ordered array of widget IDs
Error message if computation failed
When the dashboard was archived (soft-deleted)
Widgets associated with this dashboard. Populated with 'widgets' view.
Widget results for this dashboard. Populated with 'widget_results' view.

