pub async fn extras_config_contexts_partial_update(
configuration: &Configuration,
id: i32,
patched_config_context_request: Option<PatchedConfigContextRequest>,
) -> Result<ConfigContext, Error<ExtrasConfigContextsPartialUpdateError>>Expand description
Patch a config context object.