48 lines
844 B
HTTP
48 lines
844 B
HTTP
@baseUrl = http://127.0.0.1:9876
|
|
|
|
GET {{baseUrl}}/testSchedule/46
|
|
Accept: application/json
|
|
|
|
###
|
|
POST {{baseUrl}}/show
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"show": {
|
|
"name": "test2",
|
|
"url": "test",
|
|
"genre": "test",
|
|
"description": "test",
|
|
"color": "test",
|
|
"background_color": "test",
|
|
"live_stream_using_airtime_auth": "false",
|
|
"live_stream_using_custom_auth": "false",
|
|
"linked": "false",
|
|
"is_linkable": "false",
|
|
"has_autoplaylist": "true",
|
|
"autoplaylist_id": 1
|
|
},
|
|
"showDaysRules": {
|
|
"first_show": "2025-03-10",
|
|
"start_time": "15:10:00",
|
|
"timezone": "UTC",
|
|
"repeat_type": "noRepeat",
|
|
"duration": "02:00:00",
|
|
"day": [5],
|
|
"record": 0
|
|
},
|
|
"showDjs": {
|
|
"subjs_id": 1
|
|
}
|
|
}
|
|
|
|
###
|
|
|
|
GET {{baseUrl}}/show/179?withDjs=true
|
|
Accept: application/json
|
|
|
|
{
|
|
"withDjs": true
|
|
}
|
|
|
|
|