---
title: "Update a project"
method: PATCH
path: "/api/v2/projects/{id}"
tags: ["Projects"]
---

# Update a project

`PATCH /api/v2/projects/{id}`

Updates a project. Only the attributes you include are modified — everything else is left unchanged. To change the project's workflow, use [change_workflow](#tag/Projects/operation/projects-change_workflow-change_workflow) instead of this endpoint.

## Path parameters

- `id` string, required

## Headers

- `X-Organization-Id` string, required

## Response `200`

Single project

## Other responses

- `422` — Unprocessable Entity

## Changes

- **2026-08-20** `8395135d78da` — 3 breaking, 1 info
  - the request property `data/attributes/name` became required
  - the request property `data/attributes/project_manager_id` became required
  - the request property `data/attributes/project_type_id` became required
  - added the new optional request property `data/attributes/workflow_id`
- **2026-08-18** `6ea89cbb80ee` — 1 warning, 3 info
  - removed the request property `data/attributes/workflow_id`
  - the request property `data/attributes/name` became optional
  - the request property `data/attributes/project_manager_id` became optional
  - the request property `data/attributes/project_type_id` became optional
- **2026-08-11** `82ff0be36937` — 3 breaking, 1 info
  - the request property `data/attributes/name` became required
  - the request property `data/attributes/project_manager_id` became required
  - the request property `data/attributes/project_type_id` became required
  - added the new optional request property `data/attributes/workflow_id`

[Change history](https://skmtc.dev/productive/apis/api-documentation/changes/api/v2/projects/:id/patch.md)

---

[API](https://skmtc.dev/productive/apis/api-documentation.md) · [All operations](https://skmtc.dev/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/743d67840637/schema)
