This documentation is for an older version of GoodData.
Go to the latest version of this article.
catalog_organization.
update_name
update_name(name: str)
Updates the name of the organization.
Parameters
name | type | description |
---|---|---|
name | string | New name of the organization |
Returns
None
Example
# Update organization name
sdk.catalog_organization.update_name(name="new_organization_name")