PATCH
Update organization

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string<uuid>
required

Organization ID

Body

application/json

JSON payload used to update organization.

Request payload for update organization.

name
string | null

Human-readable name for the resource.

Required string length: 2 - 100
slug
string | null

URL-safe slug for the resource.

Maximum string length: 80
status
string | null

Current lifecycle or operational status.

Response

Updated organization

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.