provider dashboards PATCH /api/environments/{environment_id}/dashboards/{id}/move_tile/
@utdk/posthog /api/environments/{environment_id}/dashboards/{id}/move_tile/
environments_dashboards_move_tile_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
environmentsDashboardsMoveTilePartialUpdate
PATCH/api/environments/{environment_id}/dashboards/{id}/move_tile/

Parameters

required

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

required

A unique integer value identifying this dashboard.

Input

Destination dashboard ID.

Tile to move, identified by its dashboard tile ID.

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