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