pub async fn update_config(
configuration: &Configuration,
name: &str,
body: Option<Value>,
) -> Result<String, Error<UpdateConfigError>>
pub async fn update_config(
configuration: &Configuration,
name: &str,
body: Option<Value>,
) -> Result<String, Error<UpdateConfigError>>