mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated README to be correct
This commit is contained in:
@@ -128,7 +128,7 @@ Returns 200 and the song
|
|||||||
|
|
||||||
Get channelsettings
|
Get channelsettings
|
||||||
```
|
```
|
||||||
GET /api/list/:channel_name/
|
GET /api/conf/:channel_name/
|
||||||
|
|
||||||
Returns 403 for bad authentication (if you get this, try POST with userpassword attached)
|
Returns 403 for bad authentication (if you get this, try POST with userpassword attached)
|
||||||
Returns 404 if the channel doesn't exist
|
Returns 404 if the channel doesn't exist
|
||||||
@@ -137,7 +137,7 @@ Returns 200 and the objects in the channel
|
|||||||
|
|
||||||
Get channelsettings (protected)
|
Get channelsettings (protected)
|
||||||
```
|
```
|
||||||
POST /api/list/:channel_name/
|
POST /api/conf/:channel_name/
|
||||||
{
|
{
|
||||||
"userpass": USERPASS
|
"userpass": USERPASS
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user