From 2d7bc8204f59526deb0746af6586b7d2de7a0cf4 Mon Sep 17 00:00:00 2001 From: knotteye Date: Mon, 31 Aug 2020 01:26:43 +0000 Subject: [PATCH] Update REST.md --- docs/REST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/REST.md b/docs/REST.md index 2832a7e..74786c9 100644 --- a/docs/REST.md +++ b/docs/REST.md @@ -77,7 +77,7 @@ The array will be wrapped in a JSON object under the key 'users'. ## /api/users/all -Same as above, but returns all users regardless of whether they are streaming and if they're streaming or not. Also unfinished. +Same as above, but returns all users regardless of whether they are streaming and if they're streaming or not. **Example**: `{users: [{username:"foo", title:"bar", live:1}] }`