You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a user wants to change some details of their trip, they would have to delete the trip and then create a new one.
There should be a new /api/from{Campus,Airport}/update/:tripId endpoint that takes as its body the updated fields. Validation will have to be done against the request body in the style of trips.handleTripCreate(), which uses validator.ts.
The text was updated successfully, but these errors were encountered:
Currently, if a user wants to change some details of their trip, they would have to delete the trip and then create a new one.
There should be a new
/api/from{Campus,Airport}/update/:tripId
endpoint that takes as its body the updated fields. Validation will have to be done against the request body in the style oftrips.handleTripCreate()
, which usesvalidator.ts
.The text was updated successfully, but these errors were encountered: