bitwarden_api_api::apis::ciphers_api

Function ciphers_id_partial_post

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