# HG changeset patch # User Sebastien Jodogne # Date 1744010293 -7200 # Node ID 9665952758f312be19be711480915750bb25853a # Parent 4e8c480205ff827a380495cb872b71c5ab05e88e removed redundant documentation diff -r 4e8c480205ff -r 9665952758f3 OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp --- a/OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp Sat Apr 05 15:47:12 2025 +0200 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp Mon Apr 07 09:18:13 2025 +0200 @@ -578,10 +578,7 @@ .SetDescription("Create a " + m + " containing the DICOM resources (patients, studies, series, or instances) " "whose Orthanc identifiers are provided in the body") .SetRequestField(KEY_RESOURCES, RestApiCallDocumentation::Type_JsonListOfStrings, - "The list of Orthanc identifiers of interest.", false) - .SetRequestField(KEY_FILENAME, RestApiCallDocumentation::Type_String, - "Filename to set in the \"Content-Disposition\" HTTP header " - "(including file extension)", false); + "The list of Orthanc identifiers of interest.", false); return; }