v1

latestOpenAPI 3.1.02026-07-24121425.6 KB

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.

put/v2/snapshots/ignore

Request body

headSnapshotIdstring required

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

baseSnapshotIdstring required

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

headImageIdstring required

The ID of the image in the head snapshot

baseImageIdstring required

The ID of the image in the base snapshot

ignoredboolean required

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

Response

Success - snapshot difference ignore status updated