---
title: "PUT /admin/organizations/{org_id}"
method: PUT
path: "/admin/organizations/{org_id}"
tags: ["Admin"]
---

# PUT /admin/organizations/{org_id}

`PUT /admin/organizations/{org_id}`

## Path parameters

- `org_id` string, required

## Request body

- ApiUpdateOrganizationAdminRequest — Request body for updating an organization via admin endpoint
  - `name` string, nullable — Optional new name for the organization
  - `tags` string[], nullable — Optional tags to set for the organization (replaces existing tags)

## Response `200`

Organization updated successfully

## Other responses

- `404` — Organization not found
- `500` — Internal server error

---

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