---
title: "Update an organization"
method: PATCH
path: "/v1/orgs/{org_slug}"
tags: ["Organizations"]
---

# Update an organization

`PATCH /v1/orgs/{org_slug}`

Update the org name or slug. Requires `admin` role.

## Path parameters

- `org_slug` string, required

## Request body

- object
  - `name` string
  - `slug` string

## Response `200`

Default Response

- object

---

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