pub async fn ciphers_id_partial_post(
    configuration: &Configuration,
    id: &str,
    cipher_partial_request_model: Option<CipherPartialRequestModel>
) -> Result<(), Error<CiphersIdPartialPostError>>