---
title: "PATCH /organizations/{id}/"
method: PATCH
path: "/organizations/{id}/"
tags: ["organizations"]
---

# PATCH /organizations/{id}/

`PATCH /organizations/{id}/`

Partially update an organization

## Path parameters

- `id` integer, required

## Request body

- PatchedOrganizationCreate
  - `name` string — The name of this resource
  - `description` string — The organization description.

## Response `200`

Update successful. Return an updated organization.

- Organization
  - `id` integer, required
  - `name` string, required — The name of this resource
  - `description` string — The organization description.
  - `resource` object, required
  - `created` string, date-time, required — The date/time this resource was created
  - `created_by` integer, nullable, required — The user who created this resource
  - `modified` string, date-time, required — The date/time this resource was created
  - `modified_by` integer, nullable, required — The user who last modified this resource

## Other responses

- `403` — Update is prohibited

## Changes

- **2026-07-17** `c04fc5f09692` — 1 info
  - added the non-success response with the status `403`
- **2024-04-23** `cbf68ddd9760` — 1 info
  - endpoint added
- **2023-04-25** `62d33b790834` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ansible/apis/event-driven-ansible-api/changes/organizations/:id/patch.md)

---

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