---
title: "Update an organization"
method: PATCH
path: "/orgs/{identifier}"
tags: ["My Organizations"]
---

# Update an organization

`PATCH /orgs/{identifier}`

Updates an organization's profile fields. The caller (key owner) must be an organization owner or admin. Requires orgs.profile:read-write.

## Path parameters

- `identifier` string, required — Organization slug or Convex organization ID.

## Request body

- UpdateOrgBody — Fields to update on the organization. All optional.
  - `name` string
  - `tag` string
  - `description` string
  - `isPublic` boolean
  - `profileVisibility` 'public' | 'limited' | 'private'

## Response `200`

Organization updated.

- UpdateOrgResponse
  - `success` true, required
  - `timestamp` string, required — Response generation time (ISO 8601).

## Other responses

- `400` — Bad request (invalid body, cursor, limit, or date).
- `401` — Missing or invalid API key.
- `403` — API key lacks the required permission.
- `404` — Resource not found.
- `429` — Rate limited.
- `500` — Internal server error.

## Changes

> 21 revisions in range; 1 could not be searched.

- **2026-06-24** `fd9c94372431` — 1 info
  - endpoint added
- **2026-06-04** `f22bd61fd595` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/teambattles/apis/teambattles-api/changes/orgs/:identifier/patch.md)

---

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