---
title: "Update organization information"
method: PATCH
path: "/organizations/{orgId}"
tags: ["organizations"]
---

# Update organization information

`PATCH /organizations/{orgId}`

Update information about a specific organization by its ID.
- Only the `organization owner` can access the API.

## Path parameters

- `orgId` string, uuid, required

## Request body

- UpdateOrganizationInfoRequest
  - `name` string, required — The organization's name.

## Response `200`

Successfully updated the organization info.

## Other responses

- `400` — - [group:**request**, code:**1**]: The request body is required. - [group:**request**, code:**0**]: Invalid field in the request body.
- `404` — - [group:**organization**, code:**2**]: Organization does not exist.
- `500` — - [group:**organization**, code:**1201**]: Get organization encountered DB error. - [group:**organization**, code:**1401**]: Update organization encountered DB error.

---

[API](https://skmtc.net/gmicloud/apis/cluster-engine-api.md) · [All operations](https://skmtc.net/gmicloud/apis/cluster-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gmicloud/cluster-engine-api/versions/bcbab016469f/schema)
