Removed
Issue snoozing removed
9 days ago by Mike Jarrett
Issues API — Snooze an issue (removed)
Snoozing an entire issue is no longer supported. This endpoint previously snoozed all of an issue's current and future occurrences indefinitely. It now returns 410 Gone and performs no action.
Endpoint: POST /v1/issues/{id}/snooze/
To snooze a vulnerability, snooze its individual occurrences instead via POST /v1/issues/{issue_id}/occurrences/{id}/snooze/. This gives you finer control, including setting a snooze reason, duration, and details per occurrence.
For more information, see the API documentation for snoozing occurrences.
