provider visual_review POST /api/projects/{project_id}/visual_review/repos/{id}/quarantine/{run_type}/
@utdk/posthog /api/projects/{project_id}/visual_review/repos/{id}/quarantine/{run_type}/
visual_review_repos_quarantine_create
Quarantine a snapshot identifier for a specific run type.
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
visualReviewReposQuarantineCreate
POST/api/projects/{project_id}/visual_review/repos/{id}/quarantine/{run_type}/
Quarantine a snapshot identifier for a specific run type.

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