---
title: "Update issue"
method: PATCH
path: "/api/v3/workspaces/{workspace}/issues/{issueId}/"
---

# Update issue

`PATCH /api/v3/workspaces/{workspace}/issues/{issueId}/`

Update issue state or metadata (e.g. acknowledge, resolve).

## Path parameters

- `workspace` string, required
- `issueId` string, required

## Request body

- object
  - `status` string
  - `notes` string

## Response `200`

Updated issue

- Issue
  - `id` string — Issue ID
  - `title` string — Issue title
  - `description` string — Issue description
  - `severity` integer — 1=critical, 2=high, 3=medium, 4=low
  - `observedAt` string, date-time
  - `slxName` string — SLX that reported this issue

---

[API](https://skmtc.dev/runwhen/apis/runwhen-platform-api.md) · [All operations](https://skmtc.dev/runwhen/apis/runwhen-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runwhen/runwhen-platform-api/revisions/9d1a64d4b1c1/schema)
