Skip to content

Commit 3004235

Browse files
authored
Merge pull request #884 from populus-ai/fix-vehicle-status-key
Fix JSON key in /vehicles/status example response
2 parents c94455c + 08af501 commit 3004235

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)