Update Organization
Organizations
Update Organization
Update organization details
PATCH
Update Organization
Updates an organization’s details. Only included fields are modified. Settings are merged with existing values. Requires theDocumentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
org:update permission (available to owners and admins).
Auth
Requires a valid Bearer token with
org:update permission.Path Parameters
Organization identifier.
Request Body
All fields are optional. Include only the fields you want to change.Updated organization name. Between 1 and 100 characters.
Updated description. Maximum 500 characters. Set to
null to remove.Updated logo URL. Must be a valid URI. Set to
null to remove.Partial settings object. Merged with existing settings.
Response
Returns the full updated organization object. See Get Organization for the complete response schema.Errors
| Status | Code | Description |
|---|---|---|
400 | VALIDATION_ERROR | Invalid field value |
401 | AUTHENTICATION_ERROR | Missing or invalid Bearer token |
403 | AUTHORIZATION_ERROR | Insufficient permissions (org:update required) |
404 | NOT_FOUND | Organization not found |

