v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Unignore an issue group

Unignore an issue group

put/issues/groups/{issue_group_id}/unignore

Path parameters

issue_group_idinteger required

The id of the issue

Request body

reasonstring

A reason for unignoring the issue

Example request

{
  "reason": "issue is has become relevant"
}

Response

The issue has been successfully unignored

statusstring

Example response

{
  "status": "ok"
}