---
title: "Update Org"
method: PATCH
path: "/organizations/{org_id}"
tags: ["organizations"]
---

# Update Org

`PATCH /organizations/{org_id}`

## Path parameters

- `org_id` string, required

## Request body

- OrgCreate
  - `name` string, required

## Response `200`

Successful Response

- OrgOut
  - `id` string, required
  - `name` string, required
  - `created_by` string, nullable
  - `created_at` string, required

## Other responses

- `422` — Validation Error

---

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