comparison OrthancServer/Sources/OrthancRestApi/OrthancRestApi.cpp @ 4424:83371ccdfe80

openapi documentation is now completed
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Dec 2020 19:28:53 +0100
parents cd96c807ca3d
children d9473bd5ed43
comparison
equal deleted inserted replaced
4423:2a69b58ff3ac 4424:83371ccdfe80
269 269
270 // Auto-generated directories 270 // Auto-generated directories
271 Register("/tools", RestApi::AutoListChildren); 271 Register("/tools", RestApi::AutoListChildren);
272 Register("/tools/reset", ResetOrthanc); 272 Register("/tools/reset", ResetOrthanc);
273 Register("/tools/shutdown", ShutdownOrthanc); 273 Register("/tools/shutdown", ShutdownOrthanc);
274 Register("/instances/{id}/frames/{frame}", RestApi::AutoListChildren);
275 } 274 }
276 275
277 276
278 bool OrthancRestApi::Handle(HttpOutput& output, 277 bool OrthancRestApi::Handle(HttpOutput& output,
279 RequestOrigin origin, 278 RequestOrigin origin,