---
title: "Update Organization"
method: PUT
path: "/v1/orgs/{id}"
tags: ["Organizations"]
---

# Update Organization

`PUT /v1/orgs/{id}`

Updates an existing organization's metadata. Requires admin privileges.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `name` string, required

## Response `200`

Updated successfully

- object
  - `org` Organization
    - `id` string, uuid, required
    - `name` string, required
    - `created_at` string, date-time, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/px0-ai/apis/px0-api.md) · [All operations](https://skmtc.net/px0-ai/apis/px0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/px0-ai/px0-api/revisions/3ed72443989d/schema)
