Skip to content

Commit bd7a6c4

Browse files
authored
Timestamp formatting
1 parent 46a1ab6 commit bd7a6c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modes/passenger-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The `trip_attributes` object **may** have the following key value pairs:
8787
- `hail_type` (enumerated, required): `street_hail`, `phone_dispatch`, `phone`, `text`, `app`
8888
- `app_name` (text, optional): name of the app used to reserve the trip which could be provider's app or 3rd party app
8989
- `passenger_count` (integer, required): unique count of passengers transported during trip duration
90-
- `requested_time` (timestamp, required): when the passenger requested the trip
90+
- `requested_time` ([Timestamp][ts], required): when the passenger requested the trip
9191
- `requested_trip_start_location` ([GPS](gps), Conditionally Required): Location where the customer requested the trip to start (required if this is within jurisdictional boundaries)
9292
- `quoted_trip_start_time` ([Timestamp][ts], Required): Time the trip was estimated or scheduled to start, that was provided to the passenger
9393
- `dispatch_time` ([Timestamp][ts], Conditionally Required): Time the vehicle was dispatched to the customer (required if trip was dispatched)

0 commit comments

Comments
 (0)