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
| name | type | description |
|---|---|---|
| name | str | New name of the organization |
Returns
| type | description |
|---|---|
| None | None |