edit_cipher

Function edit_cipher 

Source
async fn edit_cipher(
    key_store: &KeyStore<KeyIds>,
    api_client: &ApiClient,
    encrypted_for: UserId,
    original_cipher_view: CipherView,
    request: CipherEditRequest,
) -> Result<CipherView, EditCipherAdminError>