v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Snooze an issue

Snooze an issue for a given period

put/issues/{issue_id}/snooze

Path parameters

issue_idinteger required

The id of the issue

Request body

snooze_untilinteger required

A unix timestamp describing until when the issue should be snoozed

reasonstring

A reason for snoozing the issue

apply_for_all_tagsboolean

In case the issue is linked to a container, apply the snooze action across all tags of this container. This feature needs to be enabled by Aikido support before it can be used.

Example request

{
  "snooze_until": 1716376571,
  "reason": "Waiting for patch",
  "apply_for_all_tags": false
}

Response

The issue has been successfully snoozed

statusstring

Example response

{
  "status": "ok"
}