# HG changeset patch # User Alain Mazy # Date 1652084988 -7200 # Node ID e25689b5f0a32ef82945bf0a376c59d9497bc88c # Parent c49dd5a480e7565c6fb5cb61592b022abbe0ea46 fix doc diff -r c49dd5a480e7 -r e25689b5f0a3 OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp --- a/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Fri May 06 12:13:21 2022 +0200 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Mon May 09 10:29:48 2022 +0200 @@ -2185,7 +2185,7 @@ .SetSummary("Get info about the attachment") .SetDescription("Get all the information about the attachment associated with the given " + r) .AddAnswerType(MimeType_Json, "JSON object containing the information about the attachment") - .SetHttpGetSample("https://demo.orthanc-server.com/instances/7c92ce8e-bbf67ed2-ffa3b8c1-a3b35d94-7ff3ae26/dicom/info", true); + .SetHttpGetSample("https://demo.orthanc-server.com/instances/7c92ce8e-bbf67ed2-ffa3b8c1-a3b35d94-7ff3ae26/attachments/dicom/info", true); return; }