---
title: "Update a Severity"
method: PATCH
path: "/incident_metadata/severities/{id}"
tags: ["Incident Severities"]
---

# Update a Severity

`PATCH /incident_metadata/severities/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateIncidentSeverityRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `attributes` UpdateIncidentSeverityAttributes, required
    - `archived` boolean
    - `color` string
    - `description` string
    - `name` string
    - `rank` integer

## Response `200`

OK

- UpdateIncidentSeverityResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` IncidentSeverity, required
    - `attributes` IncidentSeverityAttributes, required
      - `archived` boolean, required
      - `color` string, required
      - `description` string, required
      - `name` string, required
      - `rank` integer, required
    - `id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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