API ReferenceRoomsStart_schedule_room
Start scheduled room
Starts a scheduled room at specified time. Request body typically contains `room_id` and optional name. :contentReference[oaicite:5]{index=5}
Starts a scheduled room at specified time. Request body typically contains `room_id` and optional name. :contentReference[oaicite:5]{index=5}
In: header
In: header
application/json
application/json
curl -X POST "https://loading/v4/rooms/start_schedule_room" \ -H "Content-Type: application/json" \ -d '{ "room_id": "{{room_id}}", "name": "sawdddd" }'{
"room_id": "room123",
"started": true
}{
"error": "Invalid signature"
}curl -X POST "https://loading/v4/rooms/start_schedule_room" \
-H "Content-Type: application/json" \
-d '{
"room_id": "{{room_id}}",
"name": "sawdddd"
}'