CatalogOrganizationService.

update_allowed_origins

update_allowed_origins(allowed_origins: list[str]) -> None

Updates the allowed origins of the organization.

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

Parameters

nametypedescription
allowed_originslist[str]New allowed origins of the organization

Returns

None