API reference / Orgs & memberships
Update an org
PATCH/v1/orgs/{id}
Partial update of the active org (name; `metadata` merges per §6).
Requires an API key (bearer), scoped to the active org. Supports idempotency keys.
Path parameters
idstringrequired
Body parameters
namestringoptionalmax 200 charsmetadataobjectoptionalArbitrary key/value map; merge-on-write (§6).
Returns
200The updated org.
Failures use the standard error envelope with a closed set of codes.