Adjust severity of an issue groupAsk AIpost https://app.aikido.dev/api/public/v1/issues/groups/{issue_group_id}/severity/adjustAdjust severity of an issue group to 'critical', 'high', 'medium' or 'low'Path Paramsissue_group_idintegerrequiredThe id of the issue groupBody ParamsThe parameters needed to adjust the severity of an issue groupadjusted_severitystringenumrequiredThe adjusted severitycriticalhighmediumlowAllowed:criticalhighmediumlowreasonstringrequiredA reason for why the severity needs to be adjustedResponses 200The severity has been successfully updated 400One or more of the provided fields are invalid.Updated 2 months ago