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

# Update issue

`PUT /workspaces/{workspaceId}/issues/{issueId}`

Updates an existing issue in the workspace

## Path parameters

- `workspaceId` integer, required
- `issueId` integer, required

## Request body

- UpdateIssueRequest
  - `title` string
  - `description` string
  - `status` 'OPEN' | 'IN_PROGRESS' | 'BLOCKED' | 'REVIEW' | 'DONE' | 'CLOSED'
  - `assignedUserId` integer

## Response `200`

Issue updated successfully

## Other responses

- `404` — Issue not found

---

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