Skip to content

Commit

Permalink
Merge pull request #884 from populus-ai/fix-vehicle-status-key
Browse files Browse the repository at this point in the history
Fix JSON key in /vehicles/status example response
  • Loading branch information
schnuerle authored Nov 8, 2023
2 parents c94455c + 08af501 commit 3004235
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 @@ -247,7 +247,7 @@ If `device_id` is specified, `GET` will return an array with a vehicle status re
```json
{
"version": "x.y.z",
"vehicles": [ ... ]
"vehicles_status": [ ... ]
"links": {
"first": "https://...",
"last": "https://...",
Expand Down

0 comments on commit 3004235

Please sign in to comment.