provider replaysession_recordings PATCH /api/environments/{environment_id}/session_recordings/{id}/
@utdk/posthog /api/environments/{environment_id}/session_recordings/{id}/
environments_session_recordings_partial_update
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A UUID string identifying this session recording.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsSessionRecordingsPartialUpdate
PATCH/api/environments/{environment_id}/session_recordings/{id}/

Parameters

required

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

required

A UUID string identifying this session recording.

Input

Load external references (linked issues) for this recording

Whether this recording matched the filters of the listing query that returned it. False only when a recording requested via session_recording_id was included despite not matching the filters.

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