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

# PATCH /orgs/{org_id}

`PATCH /orgs/{org_id}`

Partially update an organization

## Path parameters

- `org_id` string, required

## Request body

- EditOrgReqBody
  - `banner_url` string, nullable — URL of the organization's banner image
  - `contact_email` string, nullable — Contact email address
  - `contact_name` string, nullable — Contact person's name
  - `contact_phone` string, nullable — Contact phone number
  - `country` string, nullable — ISO 3166-1 alpha-2 country code
  - `description` string, nullable — Organization description
  - `name` string, nullable — Organization name

## Response `204`

Organization updated successfully

## Changes

- **2026-07-19** `274647009dcb` — 1 warning
  - removed the request property `required_residency`
- **2026-07-17** `33e77c7fd113` — 1 info
  - added the new optional request property `required_residency`
- **2026-07-03** `e1c81d0f4235` — 1 warning
  - removed the request property `photo_url`
- **2026-03-16** `eb2c08128881` — 1 warning, 1 info
  - removed the request property `required_residency`
  - added the new optional request property `photo_url`

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/orgs/:org_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)
