# HG changeset patch # User Sebastien Jodogne # Date 1624467607 -7200 # Node ID 88d16656b8b50fb330ebfa2c48d3c2e98a559c8a # Parent 758fe3ffb336c078faeeecdb047d37e82705c86a fix diff -r 758fe3ffb336 -r 88d16656b8b5 OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp --- a/OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp Wed Jun 23 16:22:58 2021 +0200 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp Wed Jun 23 19:00:07 2021 +0200 @@ -1039,8 +1039,6 @@ .SetDescription("Get the original DICOM filter associated with the query/retrieve operation " "whose identifier is provided in the URL") .SetUriArgument("id", "Identifier of the query of interest") - .SetHttpGetArgument("simplify", RestApiCallDocumentation::Type_String, - "If present, format the tags of the DICOM filter in human-readable format", false) .AddAnswerType(MimeType_Json, "Content of the original query"); return; }