v1
latestOpenAPI 3.1.02026-07-261690320.7 KBAdjust severity of an issue
Adjust severity of a single issue to 'critical', 'high', 'medium' or 'low'
post/issues/{issue_id}/severity/adjust
Path parameters
issue_idinteger required
The id of the issue
Request body
Example request
{
"adjusted_severity": "medium",
"reason": "Not too harmful"
}Response
The severity has been successfully updated
Example response
{
"id": 1
}