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

# Update task

`PATCH /v1/tasks/{id}`

Update an existing Operator Task. Link or unlink Make, Print Job, and SKU / retail aliases. Does not write organizationId onto the row.

## Path parameters

- `id` string, required

## Request body

- object
  - `title` string
  - `description` string, nullable
  - `model_id` string, nullable
  - `model_file_id` string, nullable
  - `make_id` string, nullable
  - `print_job_id` integer, nullable
  - `sku_aliases` string[]
  - `swimlane_id` string
  - `priority` 'low' | 'medium' | 'high'
  - `tags` string[], nullable
  - `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

## Changes

- **2026-09-25** `6f1a23af942d` — 7 info
  - added the new optional request property `make_id`
  - added the new optional request property `model_file_id`
  - added the new optional request property `model_id`
  - added the new optional request property `print_job_id`
  - …3 more

[Change history](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/changes/v1/tasks/:id/patch.md)

---

[API](https://skmtc.dev/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/revisions/6f1a23af942d?raw)
