Mark snapshot difference as ignored

Marks a specific snapshot difference as ignored or unignored. When a snapshot difference is ignored, it will not trigger alerts or be counted as a change in snapshot comparisons.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The snapshot difference to ignore or unignore

string
required

The ID of the head snapshot (prefixed with 'snap_', e.g., 'snap_abc123xyz')

string
required

The ID of the base snapshot (prefixed with 'snap_', e.g., 'snap_def456uvw')

string
required

The ID of the image in the head snapshot

string
required

The ID of the image in the base snapshot

boolean
required

Whether to ignore (true) or unignore (false) this snapshot difference

Responses
200

Success - snapshot difference ignore status updated

400

Bad request - missing required parameters or snapshots not found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!