---
title: "Adjust severity of an issue"
method: POST
path: "/issues/{issue_id}/severity/adjust"
---

# Adjust severity of an issue

`POST /issues/{issue_id}/severity/adjust`

Adjust severity of a single issue to 'critical', 'high', 'medium' or 'low'

## Path parameters

- `issue_id` integer, required

## Request body

- object
  - `adjusted_severity` 'critical' | 'high' | 'medium' | 'low', required — The adjusted severity
  - `reason` string, required — A reason for why the severity needs to be adjusted

## Response `200`

The severity has been successfully updated

- object
  - `success` integer — The integer 1 indicating success

## Other responses

- `400` — One or more of the provided fields are invalid.

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/versions/5445e7c21137/schema)
