---
title: "POST /organization.update"
method: POST
path: "/organization.update"
tags: ["organization"]
---

# POST /organization.update

`POST /organization.update`

## Request body

- object
  - `logo` string
  - `name` string, required
  - `organizationId` string, required

## Response `200`

Successful response

- object
  - `createdAt` string, date-time, required
  - `id` string, required
  - `logo` string, nullable, required
  - `metadata` string, nullable, required
  - `name` string, required
  - `ownerId` string, required
  - `slug` string, nullable, required

## Other responses

- `default` — Error response

---

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