# HG changeset patch # User Alain Mazy # Date 1699954840 -3600 # Node ID 630d0195e3bb21cab65f52689c5dfd5f4bd83d6e # Parent 2fca6253613c6075b9aadb96588260ad77a34f43 removed 'uuid' from the listed attachments operations: the route does not exist (use 'info' instead) diff -r 2fca6253613c -r 630d0195e3bb OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp --- a/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Mon Nov 13 20:36:33 2023 +0100 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp Tue Nov 14 10:40:40 2023 +0100 @@ -2263,8 +2263,6 @@ operations.append("verify-md5"); } - operations.append("uuid"); - call.GetOutput().AnswerJson(operations); } }