# HG changeset patch # User Sebastien Jodogne # Date 1624467622 -7200 # Node ID b11900508dc05079f516f7d90b4b78b7ecf8a3cf # Parent 783f8a048035d3f810fc2bc49299e28df83429c9# Parent 88d16656b8b50fb330ebfa2c48d3c2e98a559c8a integration mainline->openssl-3.x diff -r 783f8a048035 -r b11900508dc0 OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp --- a/OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp Wed Jun 23 16:23:23 2021 +0200 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp Wed Jun 23 19:00:22 2021 +0200 @@ -1027,8 +1027,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; }