Skip to content

Commit

Permalink
Revert "Clarify associated_trips field (#96)"
Browse files Browse the repository at this point in the history
This reverts commit a5e42d3.
  • Loading branch information
hunterowens authored Oct 1, 2018
1 parent 964c2f3 commit 2b3f3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Response: See the [`status_changes` schema][sc-schema] for the expected format.
| `event_time` | [timestamp][ts] | Required | Date/time that event occurred, based on device clock |
| `event_location` | GeoJSON [Point Feature][geo] | Required | |
| `battery_pct` | Float | Required if Applicable | Percent battery charge of device, expressed between 0 and 1 |
| `associated_trips` | UUID[] | Optional based `event_type_reason` | Array of UUID's. For `user`-generated event types, associated trips (foreign key to Trips API) |
| `associated_trips` | UUID[] | Optional based on device | Array of UUID's. For "Reserved" event types, associated trips (foreign key to Trips API) |

### Status Changes Query Parameters

Expand Down

0 comments on commit 2b3f3fc

Please sign in to comment.