Initial commit
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
clear
|
||||
|
||||
# Ivan warned that he did not have time and asked to postpone the reservation of the table an hour later, he also informed that the duration of the reservation should be increased in time
|
||||
curl -X PUT -H 'Content-Type: application/json' -d '{"id_tables":1,"reservation":"2000-01-01T13:00:00Z","time_reserve":"02:00","who_booked":"Ivan 1"}' localhost:8080/booking --silent
|
||||
Reference in New Issue
Block a user