---
title: "PATCH /orgs/{org_id}/projects/{project_id}"
method: PATCH
path: "/orgs/{org_id}/projects/{project_id}"
tags: ["projects"]
---

# PATCH /orgs/{org_id}/projects/{project_id}

`PATCH /orgs/{org_id}/projects/{project_id}`

Edit project metadata.

## Path parameters

- `org_id` string, required
- `project_id` string, required

## Request body

- EditProjectReqBody
  - `description` string, nullable
  - `is_public_template` boolean, nullable
  - `name` string, nullable
  - `search_text` string, nullable
  - `template_description` string, nullable
  - `use_platform_iam` boolean, nullable

## Response `204`

Project updated

- unknown

## Other responses

- `400` — Validation failed
- `403` — Insufficient permissions
- `422` — Name conflicts with an existing project

## Changes

- **2026-07-19** `274647009dcb` — 1 warning
  - removed the request property `channels`
- **2026-07-17** `33e77c7fd113` — 2 info
  - added the new optional request property `channels`
  - added the media type `application/json` for the response with the status `204`
- **2026-07-03** `e1c81d0f4235` — 1 warning, 2 info
  - removed the request property `banner_url`
  - added the new optional request property `search_text`
  - added the new optional request property `template_description`
- **2026-06-05** `45de91fcec33` — 1 warning, 3 info
  - removed the request property `default_role`
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - added the non-success response with the status `422`
- **2026-03-16** `eb2c08128881` — 1 breaking, 3 warning, 5 info
  - removed the media type `application/json` for the response with the status `204`
  - removed the request property `channels`
  - removed the request property `search_text`
  - removed the request property `template_description`
  - …5 more

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/orgs/:org_id/projects/:project_id/patch.md)

---

[API](https://skmtc.dev/timbal-ai/apis/timbal-platform-api.md) · [All operations](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/timbal-ai/timbal-platform-api/revisions/dd7e398ce0d3/schema)
