provider data_color_themes PUT /api/environments/{environment_id}/data_color_themes/{id}/
@utdk/posthog /api/environments/{environment_id}/data_color_themes/{id}/
environments_data_color_themes_update
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A unique integer value identifying this data color theme.
integer

Try it

Authentication
Configure credentials for PostHog API
environmentsDataColorThemesUpdate
PUT/api/environments/{environment_id}/data_color_themes/{id}/

Parameters

required

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

required

A unique integer value identifying this data color theme.

Input

required
required
required
required
required

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