pub async fn add_to_collections(
cipher_id: CipherId,
collection_ids: Vec<CollectionId>,
api_client: &ApiClient,
key_store: &KeyStore<KeySlotIds>,
use_strict_decryption: bool,
) -> Result<CipherView, EditCipherAdminError>Expand description
Adds the cipher matched by CipherId to any number of collections on the server.