Skip to content

Commit 334fc1e

Browse files
authored
Updated Agency examples to show MDS version
1 parent ae19ac8 commit 334fc1e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

agency/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ If `device_id` is specified, `GET` will return an array with a single vehicle re
146146

147147
```json
148148
{
149+
"version": "2.0.0",
149150
"vehicles": [ ... ]
150151
"links": {
151152
"first": "https://...",
@@ -182,6 +183,7 @@ If `device_id` is specified, `GET` will return an array with a vehicle status re
182183

183184
```json
184185
{
186+
"version": "2.0.0",
185187
"vehicles_status": [ ... ]
186188
"links": {
187189
"first": "https://...",

0 commit comments

Comments
 (0)