---
title: "Changes to Update Organization"
method: POST
path: "/auth/organization/update"
---

# Changes to Update Organization

`POST /auth/organization/update`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 23 revisions.

- **2026-08-24** `9d1da42c10ce` — 2 info
- **2026-08-24** `200744ae0bef` — 8 breaking
- **2026-08-24** `08bbb5bedb5d` — 7 breaking, 7 info
- **2026-07-11** `32cece1ebe43` — 3 breaking, 4 warning, 1 info
- **2026-03-05** `c45ef22a736c` — 6 info
- **2026-03-04** `21aca40b5846` — 1 info

## Changes

- **2026-08-24** `9d1da42c10ce` — 2 info
  - the request property `data/description` became nullable
  - the request property `data/logo` became nullable
- **2026-08-24** `200744ae0bef` — 8 breaking
  - the request property `data/description` became not nullable
  - the request property `data/logo` became not nullable
  - the request property `data/metadata` became not nullable
  - the request property `data/name` became not nullable
  - the request property `data/slug` became not nullable
  - the request property `organizationId` became not nullable
  - the `data/metadata` request property type/format changed from `string, null`/`` to `object`/``
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
- **2026-08-24** `08bbb5bedb5d` — 7 breaking, 7 info
  - the request property `data/description` became not nullable
  - the request property `data/logo` became not nullable
  - the request property `data/metadata` became not nullable
  - the request property `data/name` became not nullable
  - the request property `data/slug` became not nullable
  - the request property `organizationId` became not nullable
  - removed the media type `application/json` for the response with the status `401`
  - the endpoint scheme security `bearerAuth` was removed from the API
  - removed `#/components/schemas/Organization` from the response body `allOf` list for the response status `200`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `404`
  - removed the non-success response with the status `429`
  - removed the non-success response with the status `500`
- **2026-07-11** `32cece1ebe43` — 3 breaking, 4 warning, 1 info
  - removed the required property `createdAt` from the response with the `200` status
  - removed the required property `name` from the response with the `200` status
  - removed the required property `slug` from the response with the `200` status
  - removed the optional property `description` from the response with the `200` status
  - removed the optional property `id` from the response with the `200` status
  - removed the optional property `logo` from the response with the `200` status
  - removed the optional property `metadata` from the response with the `200` status
  - added `#/components/schemas/Organization` to the response body `allOf` list for the response status `200`
- **2026-03-05** `c45ef22a736c` — 6 info
  - the request property `data/description` became nullable
  - the request property `data/logo` became nullable
  - the request property `data/metadata` became nullable
  - the request property `data/name` became nullable
  - the request property `data/slug` became nullable
  - the request property `organizationId` became nullable
- **2026-03-04** `21aca40b5846` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/usekaneo/apis/kaneo-api/docs/auth/organization/update/post.md) · [API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [Page](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/auth/organization/update/post)
