---
title: "Update task"
method: PATCH
path: "/v1/tasks/{id}"
tags: ["Tasks"]
---

# Update task

`PATCH /v1/tasks/{id}`

Update an existing task

## Path parameters

- `id` string, required

## Request body

- object
  - `title` string
  - `description` string
  - `swimlane_id` string
  - `priority` 'low' | 'medium' | 'high'
  - `tags` string[]
  - `assigned_to` string, nullable
  - `archived_at` string, date-time, nullable
  - `organizationId` string — Organization ID (optional, defaults to user's primary organization)

## Response `200`

Task updated successfully

- object — Task updated successfully
  - `task` object

## Other responses

- `404` — Task not found

---

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