provider dashboards PATCH /api/projects/{project_id}/dashboards/{id}/
@utdk/posthog /api/projects/{project_id}/dashboards/{id}/
dashboards_partial_update
format query
enum: json, txt
id path required
A unique integer value identifying this dashboard.
integer
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string

Try it

Authentication
Configure credentials for PostHog API
dashboardsPartialUpdate
PATCH/api/projects/{project_id}/dashboards/{id}/

Parameters

required

A unique integer value identifying this dashboard.

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

Input

Dashboard-level filters (date range and properties) applied across all tiles as the source of truth.

Custom color mapping for breakdown values.

ID of the color theme used for chart visualizations.

List of quick filter IDs associated with this dashboard.

Dashboard tiles to update. Widget tiles accept nested widget.config patches.

Template key to create the dashboard from a predefined template.

ID of an existing dashboard to duplicate.

When deleting, also delete insights that are only on this dashboard.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.dashboardsPartialUpdate({
  "delete_insights": false
})