1
0
mirror of https://git.waldn.net/git/knotteye/satyr.git synced 2025-05-07 02:59:25 +00:00

Merge branch 'patch-1' into 'develop'

Update REST.md

See merge request 
This commit is contained in:
knotteye 2020-08-31 01:31:15 +00:00
commit a36a49b70e

@ -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}] }`