Skip to content

Commit 08af501

Browse files
committed
Fix key in /vehicles/status example response
The example API response for the /vehicles/status endpoint had the data key as 'vehicles' when it is in fact 'vehicles_status'.
1 parent c94455c commit 08af501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

provider/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ If `device_id` is specified, `GET` will return an array with a vehicle status re
247247
```json
248248
{
249249
"version": "x.y.z",
250-
"vehicles": [ ... ]
250+
"vehicles_status": [ ... ]
251251
"links": {
252252
"first": "https://...",
253253
"last": "https://...",

0 commit comments

Comments
 (0)