Skip to content
Snippets Groups Projects
Commit 24f218f2 authored by Alexander Kreft's avatar Alexander Kreft
Browse files

MAINT: correct docstring

parent 6ca68e17
No related branches found
No related tags found
1 merge request!8F full ak
Pipeline #12638 passed
Pipeline: CaosDB Julia Integration Tests

#12639

    ......@@ -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
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment