provider dashboards POST
/api/environments/{environment_id}/dashboards/{id}/create_text_tile/ @utdk/posthog
/api/environments/{environment_id}/dashboards/{id}/create_text_tile/ environments_dashboards_create_text_tile_create
Add a markdown text tile to a dashboard.
Text tiles render as markdown blocks on the dashboard — useful as section headings, dividers,
or annotations between insight tiles to give the dashboard structure.
- 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
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.environmentsDashboardsCreateTextTileCreate()