---
title: "Update Organization"
method: PUT
path: "/api/v1/organizations/{organization_id}"
tags: ["Organizations"]
---

# Update Organization

`PUT /api/v1/organizations/{organization_id}`

Update an organization.

## Path parameters

- `organization_id` integer, required

## Request body

- OrganizationUpdate
  - `name` string, required

## Response `200`

Successful Response

- Organization
  - `id` integer
  - `name` string
  - `creation_date` string, date-time

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/plan4better/apis/goat.md) · [All operations](https://skmtc.net/plan4better/apis/goat/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plan4better/goat/revisions/931df3e5ac48/schema)
