provider visual_review POST /api/projects/{project_id}/visual_review/repos/{id}/quarantine/{run_type}/expire/
@utdk/posthog /api/projects/{project_id}/visual_review/repos/{id}/quarantine/{run_type}/expire/
visual_review_repos_quarantine_expire_create
Expire all active quarantine entries for an identifier.
id path required
string
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string
run_type path required
string

Try it

Authentication
Configure credentials for PostHog API
visualReviewReposQuarantineExpireCreate
POST/api/projects/{project_id}/visual_review/repos/{id}/quarantine/{run_type}/expire/
Expire all active quarantine entries for an identifier.

Parameters

required
required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

required

Input

required

Snapshot identifier to quarantine.

required

Why this snapshot is being quarantined.

Optional pointer to the run whose failing snapshot prompted this quarantine — used to surface a 'view the failing run' link later.

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