provider error_tracking PATCH /api/environments/{environment_id}/error_tracking/assignment_rules/{id}/
@utdk/posthog /api/environments/{environment_id}/error_tracking/assignment_rules/{id}/
environments_error_tracking_assignment_rules_partial_update
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
string

Try it

Authentication
Configure credentials for PostHog API
environmentsErrorTrackingAssignmentRulesPartialUpdate
PATCH/api/environments/{environment_id}/error_tracking/assignment_rules/{id}/

Parameters

required

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

required

Input

Property-group filters that define when this rule matches incoming error events.

User or role to assign matching issues to.

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