Update Dashboard
Update Dashboard
Update a dashboard’s widgets and layouts
PATCH
Update Dashboard
Update Dashboard
Update a dashboard’s widgets and/or layouts. Only the organization that owns the project can modify its dashboards — child organizations in the hierarchy have read-only access.Unknown fields are rejected (
extra = "forbid"). Only send widgets and/or layouts in the request body.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the dashboard to updateExample:
"550e8400-e29b-41d4-a716-446655440000"Body Parameters
Updated list of widget configurations. Each widget requires
id, name, and config.Updated responsive grid layouts by breakpoint (
lg, md, sm, xs, xxs).Response
Returns the updated dashboard object with HTTP 200.Dashboard UUID
UUID of the associated project
Updated list of widget configurations
Updated responsive grid layouts
Creation timestamp (ISO 8601)
Last update timestamp (ISO 8601)
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The user is not a member of the organization, or your organization is not the owner of this dashboard’s project404 Not Found
Cause: Dashboard does not exist422 Validation Error
Cause: Request body contains unknown fieldsRelated Endpoints
Get Dashboard
View the current dashboard state
Delete Dashboard
Remove a dashboard

