Skip to content

Commit 5c55bbe

Browse files
authored
Merge pull request #935 from populus-ai/vehicle-status-key
Fix vehicle status payload key
2 parents da81897 + 88f8ac1 commit 5c55bbe

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)