provider dashboards POST /api/environments/{environment_id}/dashboards/{id}/update_text_tile/
@utdk/posthog /api/environments/{environment_id}/dashboards/{id}/update_text_tile/
environments_dashboards_update_text_tile_create
Update the markdown body, layout, or color of an existing text tile on a dashboard.
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
environmentsDashboardsUpdateTextTileCreate
POST/api/environments/{environment_id}/dashboards/{id}/update_text_tile/
Update the markdown body, layout, or color of an existing text tile on a dashboard.

Parameters

required

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

required

A unique integer value identifying this dashboard.

Input

required

ID of the dashboard tile to update. Use dashboard-get to look up tile IDs.

New markdown body for the text tile. Omit to leave the body unchanged. Max 4000 characters.

New grid layout per breakpoint. Omit to leave the layout unchanged.

New accent color name, empty string or null to clear. Omit to leave unchanged.

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.environmentsDashboardsUpdateTextTileCreate()