Adjust severity of an issueAsk AIpost https://app.aikido.dev/api/public/v1/issues/{issue_id}/severity/adjustAdjust severity of a single issue to 'critical', 'high', 'medium' or 'low'Path Paramsissue_idintegerrequiredThe id of the issueBody ParamsThe parameters needed to adjust the severity of an issueadjusted_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 7 months ago