Update a dashboard
Dashboards
Update a dashboard
Update an existing dashboard’s attributes. All fields are optional; only supplied fields are updated. Setting is_default: true clears the default flag from every other dashboard.
PATCH
Update a dashboard
Request Structure
Notes
role_idsreplaces the existing role associations — supply the full set you want associated, not a delta.- Widget placements are managed through
PUT /api/dashboards/{id}/widgets, not through this endpoint.
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the dashboard to update
Body
application/json
Response
Operation completed successfully with no content to return

