---
title: "PATCH /v1/organizations/{organizationId}"
method: PATCH
path: "/v1/organizations/{organizationId}"
tags: ["Organizations"]
---

# PATCH /v1/organizations/{organizationId}

`PATCH /v1/organizations/{organizationId}`

## Path parameters

- `organizationId` string, required

## Request body

- GoliothOrganizationUpdate
  - `name` string
  - `website` string

## Response `200`

A successful response.

- GoliothUpdateOrganizationResponse
  - `data` GoliothOrganization
    - `createdAt` string, date-time
    - `id` string
    - `name` string
    - `paymentStatus` string
    - `roles` string[]
    - `tier` string
    - `updatedAt` string, date-time
    - `website` string

## Other responses

- `default` — An unexpected error response.

---

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