pub async fn update_operator_settings(
configuration: &Configuration,
workspace: &str,
operator_settings: Option<OperatorSettings>,
) -> Result<String, Error<UpdateOperatorSettingsError>>
Expand description
Updates the operator settings for a specific workspace. Requires workspace admin privileges.