This documentation is for the unstable version of GoodData, currrently in development.
For stable version, go to the latest stable version of this article.
catalog_organization.

update_name

update_name(name: str)

Updates the name of the organization.

Parameters

nametypedescription
namestringNew name of the organization

Returns

None

Example

# Update organization name
sdk.catalog_organization.update_name(name="new_organization_name")