create new tests for /cox/trip/<id>

This commit is contained in:
2023-07-23 14:21:27 +02:00
parent 1d4c5f356d
commit 3259582aab
3 changed files with 117 additions and 3 deletions

View File

@ -90,7 +90,7 @@ user_details
- [x] (join) GET /join/<trip_details_id>
- [x] (remove) GET /remove/<trip_details_id>
- [x] (create) POST /cox/trip
- [ ] (update) POST /cox/trip/<trip_id>
- [x] (update) POST /cox/trip/<trip_id>
- [ ] (join) GET /cox/join/<planned_event_id>
- [ ] (remove) GET /cox/remove/<planned_event_id>
- [ ] (remove_trip) GET /cox/remove/trip/<trip_id>