Skip to content

Commit 0d4c6ac

Browse files
committed
Update docs
1 parent ddfd8a5 commit 0d4c6ac

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,13 @@ This server exposes the following REST API's:
200200
"days": "1"
201201
202202
// Whether to send real alerts
203-
"alert": false
203+
"alert": false,
204+
205+
// Return results in structured JSON
206+
"format": "json",
207+
208+
// Limit returned results to this amount
209+
"maxResults": 1000
204210
}
205211
}
206212
```

0 commit comments

Comments
 (0)