# HG changeset patch # User Alain Mazy # Date 1642608324 -3600 # Node ID c728d8f25e5a9b61a9d19d1dd8711ad8f24d944d # Parent 6cfb9f142bd08fb007b62be8fdf27b6b5c678d19 fix doc diff -r 6cfb9f142bd0 -r c728d8f25e5a OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp --- a/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Fri Dec 24 17:17:52 2021 +0100 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Wed Jan 19 17:05:24 2022 +0100 @@ -3394,7 +3394,7 @@ call.GetDocumentation() .SetTag("System") - .SetSummary("Describe a set of instances") + .SetSummary("Describe a set of resources") .SetRequestField("Resources", RestApiCallDocumentation::Type_JsonListOfStrings, "List of the Orthanc identifiers of the patients/studies/series/instances of interest.", true) .SetRequestField(LEVEL, RestApiCallDocumentation::Type_String, @@ -3570,7 +3570,7 @@ { call.GetDocumentation() .SetTag("System") - .SetSummary("Delete a set of instances") + .SetSummary("Delete a set of resources") .SetRequestField("Resources", RestApiCallDocumentation::Type_JsonListOfStrings, "List of the Orthanc identifiers of the patients/studies/series/instances of interest.", true) .SetDescription("Delete all the DICOM patients, studies, series or instances "