diff OrthancFramework/Sources/RestApi/RestApiCallDocumentation.h @ 4415:b50410d0e98c

cont openapi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 28 Dec 2020 15:32:01 +0100
parents d928dfcacb4b
children a4518adede59
line wrap: on
line diff
--- a/OrthancFramework/Sources/RestApi/RestApiCallDocumentation.h	Mon Dec 28 14:46:51 2020 +0100
+++ b/OrthancFramework/Sources/RestApi/RestApiCallDocumentation.h	Mon Dec 28 15:32:01 2020 +0100
@@ -175,6 +175,9 @@
     void SetHttpGetSample(const std::string& url,
                           bool isJson);
 
+    void SetTruncatedJsonHttpGetSample(const std::string& url,
+                                       size_t size);
+
     void SetSample(const Json::Value& sample)
     {
       sampleJson_ = sample;