---
title: "Updates the given organization's provided fields."
method: PATCH
path: "/organizations/{organizationId}"
tags: ["Organization"]
---

# Updates the given organization's provided fields.

`PATCH /organizations/{organizationId}`

Only the fields present in the body are changed. Responds with 400 when the slug is already
 taken by another organization.

## Path parameters

- `organizationId` string, required

## Request body

- UpdateOrganizationEndpointInput
  - `name` string — The new human-readable name, if changing it.
  - `slug` string — The new URL-safe unique identifier, if changing it.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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