v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Snooze an issue group

Snooze an issue group for a given period

put/issues/groups/{issue_group_id}/snooze

Path parameters

issue_group_idinteger required

The id of the issue

Request body

snooze_untilinteger required

A unix timestamp describing until when the issue group should be snoozed

reasonstring

A reason for snoozing the issue

Example request

{
  "snooze_until": 1716376571
}

Response

The issue has been successfully snoozed

successinteger
snoozed_single_issues_amountinteger

Example response

{
  "success": 1,
  "snoozed_single_issues_amount": 5
}