Update Organization
Organizations
Update Organization
Update organization name or slug
PATCH
Update Organization
PATCH /organizations/
Update mutable fields on an organization. Currently supports changing the organizationname and slug.
Notes
- Requires
owneroradminrole in the organization. Returns403for members or viewers. - The request body uses partial updates — only include the fields you want to change.
slugmust be between 3 and 64 characters.namemust be between 1 and 256 characters.- Returns
400if the request body contains no fields to update. - Returns
404if the organization does not exist. - See Get Organization to read current values before updating.
