From 5205f1f06da4e21b26943aaa3ed7ae94fc1a0468 Mon Sep 17 00:00:00 2001 From: Dominik Werder Date: Fri, 9 Sep 2022 07:24:11 +0200 Subject: [PATCH] Update doc --- httpret/static/documentation/api4.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/httpret/static/documentation/api4.html b/httpret/static/documentation/api4.html index 192a636..0da21df 100644 --- a/httpret/static/documentation/api4.html +++ b/httpret/static/documentation/api4.html @@ -272,12 +272,22 @@ curl -H 'Accept: application/json' 'https://data-api.psi.ch/api/4/binned?channel

Example response (without usage of binningScheme):

{
   "tsAnchor": 1623769850,
-  "tsMs": [
+  "ts1Ms": [
     0,
     10000,
     20000
   ],
-  "tsNs": [
+  "ts1Ns": [
+    0,
+    0,
+    0
+  ],
+  "ts2Ms": [
+    10000,
+    20000,
+    30000
+  ],
+  "ts2Ns": [
     0,
     0,
     0