pub async fn patch_scheme(
configuration: &Configuration,
scheme_id: &str,
patch_scheme_request: PatchSchemeRequest,
) -> Result<Scheme, Error<PatchSchemeError>>
Expand description
Partially update a scheme by providing only the fields you want to update. Omitted fields will not be updated. The fields that can be updated are defined in the request body, all other provided fields will be ignored. ##### Permissions manage_system
permission is required. Minimum server version: 5.0