Skip to main content
PATCH
Update an organization

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Path Parameters

org_id
string<uuid>
required

Body

application/json

Request body for updating an existing organization.

name
string | null

New organization name

Required string length: 2 - 255

Response

Successful Response

success
boolean
default:true
data
OrgResponse · object | null

Organization data returned by API endpoints.