Unsnooze an issueCopy Pageput https://app.aikido.dev/api/public/v1/issues/{issue_id}/unsnoozeUnsnooze an issue for a given periodPath Paramsissue_idintegerrequiredThe id of the issueBody ParamsThe parameters needed to unsnooze an issueapply_for_all_tagsbooleanIn 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.truefalseResponses 200The issue has been successfully unsnoozed 400One or more of the provided fields are invalid. 404The provided issue ID is does not exist. 422The payload is valid, but the request could not be processed.Updated 1 day ago