---
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

---

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