Skip to content

Commit

Permalink
Update vehicles.md
Browse files Browse the repository at this point in the history
I'm getting an api_version key (value 4) in the response as well.
  • Loading branch information
jamesdbishop committed Nov 9, 2018
1 parent 7cceec4 commit 89ac534
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api-basics/vehicles.md
Expand Up @@ -35,6 +35,7 @@ Retrieve a list of your owned vehicles (includes vehicles not yet shipped!)
"in_service": false,
"id_s": "12345678901234567",
"calendar_enabled": true,
"api_version": 4,
"backseat_token": null,
"backseat_token_updated_at": null
}
Expand Down Expand Up @@ -69,6 +70,7 @@ These resources are read-only and determine the state of the vehicle's various s
"in_service": false,
"id_s": "12345678901234567",
"calendar_enabled": true,
"api_version": 4,
"backseat_token": null,
"backseat_token_updated_at": null
}
Expand Down

0 comments on commit 89ac534

Please sign in to comment.