Skip to content

Commit 92b2afd

Browse files
authored
Add trip stop event to car share
Signed-off-by: Michael Schnuerle <1285077+schnuerle@users.noreply.github.com>
1 parent f5c8dd4 commit 92b2afd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modes/car-share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The `journey_attributes` object **may** have the following key value pairs:
6060

6161
### Trip ID Requirements
6262

63-
Events require a valid `trip_id` in events where `event_types` contains `reservation_start`, `reservation_stop`, `trip_start`, `trip_resume`, `trip_end`,`trip_cancel`, `customer_cancellation`, `provider_cancellation`, or `driver_cancellation`.
63+
Events require a valid `trip_id` in events where `event_types` contains `reservation_start`, `reservation_stop`, `trip_start`, `trip_resume`, `trip_stop`,`trip_end`,`trip_cancel`, `customer_cancellation`, `provider_cancellation`, or `driver_cancellation`.
6464

6565
Additionally, `trip_id` is required if `event_types` contains a `trip_enter_jurisdiction` or `trip_leave_jurisdiction` event pertaining to a trip.
6666

0 commit comments

Comments
 (0)