Skip to content

Commit 1516c82

Browse files
authored
Updated link to Vehicle status, added version json
1 parent 5e2a4ee commit 1516c82

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

provider/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ If `device_id` is specified, `GET` will return an array with a single vehicle re
201201

202202
```json
203203
{
204+
"version": "x.y.z",
204205
"vehicles": [ ... ]
205206
"links": {
206207
"first": "https://...",
@@ -239,6 +240,7 @@ If `device_id` is specified, `GET` will return an array with a vehicle status re
239240

240241
```json
241242
{
243+
"version": "x.y.z",
242244
"vehicles": [ ... ]
243245
"links": {
244246
"first": "https://...",
@@ -496,7 +498,7 @@ See [Provider examples](examples.md#reports).
496498
[vehicles]: /data-types.md#vehicles
497499
[vehicle]: /data-types.md#vehicles
498500
[vehicle-types]: /data-types.md#vehicle-types
499-
[vehicle-status]: /data-types.md#vehicle-states
501+
[vehicle-status]: /data-types.md#vehicle-status
500502
[vehicle-states]: /modes#vehicle-states
501503
[vehicle-events]: /modes#event-types
502504
[vehicle-event-data]: /general-information.md#event-data

0 commit comments

Comments
 (0)