# HG changeset patch # User Alain Mazy # Date 1696324468 -7200 # Node ID 92ebf6a10cb57420c88a22489d7df489fdc6a553 # Parent 8647020aa60a2c582b86eef06aa365de9095ad27 fix arg name (... is not valid for openapi) diff -r 8647020aa60a -r 92ebf6a10cb5 OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp --- a/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Tue Sep 26 12:28:19 2023 +0200 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Tue Oct 03 11:14:28 2023 +0200 @@ -2735,7 +2735,7 @@ .SetSummary("Get raw tag") .SetDescription("Get the raw content of one DICOM tag in the hierarchy of DICOM dataset") .SetUriArgument("id", "Orthanc identifier of the DICOM instance of interest") - .SetUriArgument("...", "Path to the DICOM tag. This is the interleaving of one DICOM tag, possibly followed " + .SetUriArgument("dicomTagPath", "Path to the DICOM tag. This is the interleaving of one DICOM tag, possibly followed " "by an index for sequences. Sequences are accessible as, for instance, `/0008-1140/1/0008-1150`") .AddAnswerType(MimeType_Binary, "The raw value of the tag of intereset " "(binary data, whose memory layout depends on the underlying transfer syntax), "