Skip to main content

partial_edit_cipher

Function partial_edit_cipher 

Source
async fn partial_edit_cipher<R: Repository<Cipher> + ?Sized>(
    key_store: &KeyStore<KeySlotIds>,
    api_client: &ApiClient,
    repository: &R,
    request: CipherPartialEditRequest,
    use_strict_decryption: bool,
) -> Result<CipherView, EditCipherError>
Expand description

Update only the cipher fields available to users without edit permissions (folder_id and favorite) via the server’s partial-update endpoint.