---
title: "Update current organization"
method: PATCH
path: "/org"
tags: ["Organization"]
---

# Update current organization

`PATCH /org`

Update settings of the organization associated with the current API key.

## Request body

- UpdateOrganizationInputDto
  - `name` string — The name of the organization.

## Response `200`

Default Response

- OrganizationDto
  - `name` string, required — The name of the organization.
  - `created_at` string, date-time, nullable, required — When the organization was created.
  - `updated_at` string, date-time, nullable, required — When the organization was last updated.

## Other responses

- `500` — Internal Server Error

---

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