provider logs PUT /api/environments/{environment_id}/logs/views/{short_id}/
@utdk/posthog /api/environments/{environment_id}/logs/views/{short_id}/
environments_logs_views_update
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
short_id path required
string

Try it

Authentication
Configure credentials for PostHog API
environmentsLogsViewsUpdate
PUT/api/environments/{environment_id}/logs/views/{short_id}/

Parameters

required

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

required

Input

required
required
required

Filter criteria — subset of LogsViewerFilters. May contain severityLevels, serviceNames, searchTerm, filterGroup, dateRange, and other keys.

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