changeset 6091:9665952758f3

removed redundant documentation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Apr 2025 09:18:13 +0200
parents 4e8c480205ff
children a30cc2fa7250 3028d158c165
files OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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;
     }