Skip to content

Commit 88f8ac1

Browse files
committed
Fix vehicle status payload key
This one example of the /vehicles/status response payload had the wrong payload key, creating confusion for readers.
1 parent da81897 commit 88f8ac1

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
@@ -240,7 +240,7 @@ In addition to the standard [Provider payload wrapper](#response-format), respon
240240
"version": "x.y.z",
241241
"last_updated": "12345",
242242
"ttl": "12345",
243-
"vehicles": []
243+
"vehicles_status": []
244244
}
245245
```
246246

0 commit comments

Comments
 (0)