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
| name | type | description |
|---|---|---|
| allowed_origins | list[str] | New allowed origins of the organization |