updates on various files

This commit is contained in:
ben
2026-08-03 08:45:30 +02:00
parent 344e35b823
commit d5fe16d624
7 changed files with 53 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
curl -X POST http://127.0.0.1:8000/events -H "Content-Type: application/json" -d '{
"room_id": 1,
"creator_id": 2,
"event_type": "proposal",
"title": "Filmavond",
"description": "Samen een film kijken en snacks halen",
"start_time": "2026-08-15 20:00",
"end_time": "2026-08-15 23:00",
"visibility": "room",
"status": "proposed",
"min_people": 4
}'