v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Unsnooze an issue

Unsnooze an issue for a given period

put/issues/{issue_id}/unsnooze

Path parameters

issue_idinteger required

The id of the issue

Request body

apply_for_all_tagsboolean

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

Example request

{
  "apply_for_all_tags": false
}

Response

The issue has been successfully unsnoozed

statusstring

Example response

{
  "status": "ok"
}