---
title: "Update Organization name"
method: PATCH
path: "/v1/organization/"
tags: ["Organization"]
---

# Update Organization name

`PATCH /v1/organization/`

Change the name of your organization.

## Request body

- OrganizationUpdate
  - `name` string — Name of the organization.

## Response `200`

- Organization
  - `id` string
  - `name` string — Name of the organization.

## Other responses

- `400` — Validation error.

---

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