summaryrefslogtreecommitdiff
path: root/htroot/api/logreports.json
diff options
context:
space:
mode:
Diffstat (limited to 'htroot/api/logreports.json')
-rw-r--r--htroot/api/logreports.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/htroot/api/logreports.json b/htroot/api/logreports.json
new file mode 100644
index 000000000..4b495dada
--- /dev/null
+++ b/htroot/api/logreports.json
@@ -0,0 +1,17 @@
+{
+ #(authorized)#
+ "error": "authorization required",
+ ::
+ #(/authorized)#
+ "reports": [
+ #{reports}#
+ {
+ "filename": "#[filename]#",
+ "title": "#[title]#",
+ "published": "#[published]#",
+ "daily": #(daily)#false::true#(/daily)#,
+ "content": "#[content]#"
+ }#(comma)#::,#(/comma)#
+ #{/reports}#
+ ]
+}