From 24f218f27cc4c7130fe0a773b11410288821924d Mon Sep 17 00:00:00 2001 From: Alexander Kreft <akreft@trineo.org> Date: Thu, 26 Aug 2021 11:53:55 +0000 Subject: [PATCH] MAINT: correct docstring --- src/Transaction.jl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Transaction.jl b/src/Transaction.jl index cbffb50..a84588c 100644 --- a/src/Transaction.jl +++ b/src/Transaction.jl @@ -243,9 +243,13 @@ function add_retrieve_by_id( end """ - function add_delete_by_id(transaction::Ref{_Transaction}, id::AbstractString) + function add_retrieve_and_download_file_by_id( + transaction::Ref{_Transaction}, + id::AbstractString, + path::AbstractString, + ) -Add a sub-request to delete a single entity to the given `transaction`. +Add a sub-request to retrieve and download a single entity (File) to the given `transaction`. !!! info -- GitLab