Update REST.md

merge-requests/23/head
knotteye 2020-08-31 01:26:43 +00:00
parent 15824d25c0
commit 2d7bc8204f
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ The array will be wrapped in a JSON object under the key 'users'.
## /api/users/all ## /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}] }` **Example**: `{users: [{username:"foo", title:"bar", live:1}] }`