comparison OrthancServer/Sources/OrthancRestApi/OrthancRestChanges.cpp @ 5432:59e3b6f8c5be

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 18:16:31 +0100
parents 0ea402b4d901
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5431:4be5f117aa0d 5432:59e3b6f8c5be
71 .SetAnswerField("Changes", RestApiCallDocumentation::Type_JsonListOfObjects, "The individual changes") 71 .SetAnswerField("Changes", RestApiCallDocumentation::Type_JsonListOfObjects, "The individual changes")
72 .SetAnswerField("Done", RestApiCallDocumentation::Type_Boolean, 72 .SetAnswerField("Done", RestApiCallDocumentation::Type_Boolean,
73 "Whether the last reported change is the last of the full history") 73 "Whether the last reported change is the last of the full history")
74 .SetAnswerField("Last", RestApiCallDocumentation::Type_Number, 74 .SetAnswerField("Last", RestApiCallDocumentation::Type_Number,
75 "The index of the last reported change, can be used for the `since` argument in subsequent calls to this route") 75 "The index of the last reported change, can be used for the `since` argument in subsequent calls to this route")
76 .SetHttpGetSample("https://demo.orthanc-server.com/changes?since=0&limit=2", true); 76 .SetHttpGetSample("https://orthanc.uclouvain.be/demo/changes?since=0&limit=2", true);
77 return; 77 return;
78 } 78 }
79 79
80 ServerContext& context = OrthancRestApi::GetContext(call); 80 ServerContext& context = OrthancRestApi::GetContext(call);
81 81