provider dashboards PATCH /api/environments/{environment_id}/dashboards/{id}/
@utdk/posthog /api/environments/{environment_id}/dashboards/{id}/
environments_dashboards_partial_update
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
format query
enum: json, txt
id path required
A unique integer value identifying this dashboard.
integer

Try it

Authentication
Configure credentials for PostHog API
environmentsDashboardsPartialUpdate
PATCH/api/environments/{environment_id}/dashboards/{id}/

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

required

A unique integer value identifying this dashboard.

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.environmentsDashboardsPartialUpdate({
  "delete_insights": false
})