---
title: "Update issue"
method: PUT
path: "/issues/{id}"
tags: ["Issues"]
---

# Update issue

`PUT /issues/{id}`

Update an existing issue

## Path parameters

- `id` integer, required

## Request body

- object
  - `title` string
  - `description` string
  - `category` string
  - `severity` string
  - `assigned_to` integer
  - `notes` string

## Response `200`

Issue updated successfully

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/worldbank/apis/metadata-editor-api.md) · [All operations](https://skmtc.net/worldbank/apis/metadata-editor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldbank/metadata-editor-api/revisions/f4c8258bab5a/schema)
