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
Example request
{
"apply_for_all_tags": false
}Response
The issue has been successfully unsnoozed
Example response
{
"status": "ok"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.