provider dashboards POST
/api/projects/{project_id}/dashboards/{id}/create_text_tile/ @utdk/posthog
/api/projects/{project_id}/dashboards/{id}/create_text_tile/ 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.
- 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
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.dashboardsCreateTextTileCreate()