Files

8 lines
266 B
Bash
Raw Permalink Normal View History

2026-07-12 13:47:34 +04:00
clear
# We move the table with id 6 from room 3 to room 1, rename it to 12
curl -X PUT -H 'Content-Type: application/json' -d '{"id":6,"name":12,"max_people":6,"room":"Room 1"}' localhost:8080/table --silent
# Now there are an equal number of tables in each room