CatalogOrganizationService.

update_name

update_name(name: str) -> None

Updates the name of the organization.

Uses PATCH instead of PUT to avoid overwriting other organization properties like the identity provider relationship.

Parameters

nametypedescription
namestrNew name of the organization

Returns

None