Skip to content

Commit f6466c7

Browse files
authored
Minor formatting and typo
1 parent 4c66327 commit f6466c7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

agency/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ Body Params:
184184
| ----------- | ----------------------------- | -------- | -------------------------------------------------------------------------------- |
185185
| `vehicle_state` | Enum | Required | see [Vehicle States][vehicle-states] |
186186
| `event_types` | Enum[] | Required | see [Vehicle Events][vehicle-events] |
187-
| `timestamp` | [timestamp][ts] | Required | Date of last event update |
187+
| `timestamp` | [timestamp][ts] | Required | Date of last event update |
188188
| `telemetry` | [Telemetry](#telemetry-data) | Required | Single point of telemetry. |
189-
| `event_geographies` | UUID[] | Optional | **[Beta feature](/general-information.md#beta-features):** *Yes (as of 1.1.0)*. Array of Geography UUIDs consisting of every Geography that contains the location of the event. See [Geography Driven Events][geography-driven-events]. Required if `telemetry` is not present. |
189+
| `event_geographies` | UUID[] | Optional | **[Beta feature](/general-information.md#beta-features):** *Yes (as of 1.1.0)*. Array of Geography UUIDs consisting of every Geography that contains the location of the event. See [Geography Driven Events][geography-driven-events]. Required if `telemetry` is not present. |
190190
| `trip_id` | UUID | Optional | UUID provided by Operator to uniquely identify the trip. Required if `event_types` contains `trip_start`, `trip_end`, `trip_cancel`, `trip_enter_jurisdiction`, or `trip_leave_jurisdiction` |
191191

192192
201 Success Response:
@@ -223,7 +223,7 @@ Body Params:
223223
| Field | Type | Field Description |
224224
| ---------- | ------------------------------ | ------------------------------------------------------------------------------------------------------- |
225225
| `success` | Integer | Number of successfully written telemetry data points. |
226-
| `total` | Integer | Ttotal number of provided points. |
226+
| `total` | Integer | Total number of provided points. |
227227
| `failures` | [Telemetry](#telemetry-data)[] | Array of failed telemetry for zero or more vehicles (empty if all successful). |
228228

229229
400 Failure Response:
@@ -244,7 +244,7 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
244244
| Field | Type | Required/Optional | Field Description |
245245
| -------------- | -------------- | --------------------- | ------------------------------------------------------------ |
246246
| `device_id` | UUID | Required | ID used in [Register](#vehicle---register) |
247-
| `timestamp` | [timestamp][ts] | Required | Date/time that event occurred. Based on GPS or GNSS clock |
247+
| `timestamp` | [timestamp][ts]| Required | Date/time that event occurred. Based on GPS or GNSS clock |
248248
| `gps` | Object | Required | Telemetry position data |
249249
| `gps.lat` | Double | Required | Latitude of the location |
250250
| `gps.lng` | Double | Required | Longitude of the location |

0 commit comments

Comments
 (0)