---
title: "Update current organization"
method: PATCH
path: "/orgs/current"
tags: ["Organizations"]
---

# Update current organization

`PATCH /orgs/current`

Update the name and/or slug of the authenticated organization. Owner-only.

## Request body

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

## Response `200`

Organization updated successfully

- object
  - `data` object, required
    - `id` string, required
    - `name` string, required
    - `slug` string, required
    - `createdAt` integer, required

## Other responses

- `400` — Validation error
- `403` — Not the organization owner
- `409` — Slug already taken

## Changes

- **2026-08-29** `4d10ec4266ee` — 1 info
  - api operation id `updateOrg` was added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/orgs/current/patch.md)

---

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