-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmetadata.json
27 lines (27 loc) · 1.08 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"ApiVersion": "2021.03.19",
"SemanticVersion": "4.2.0",
"Checksum": "218a1238c5",
"RelevantChangelogs": [
{
"Date": "2021.03.19",
"Description": "Updates endpoint to support gateway replace.",
"Details": "Adds a gatewaySerial field to allow customers to replace the connected gateway to their vehicle. Gateway needs to be activated on the same organization already. Deactivates the gateway previously linked.",
"IsBreakingChange": false,
"IsInitialRelease": false,
"IsDocumentationOnly": false,
"Route": "/fleet/vehicles/{id:[a-zA-Z0-9-]+}",
"Method": "PATCH"
},
{
"Date": "2021.03.19",
"Description": "Updates endpoint to support gateway replace.",
"Details": "Adds a gatewaySerial field to allow customers to replace the connected gateway to their vehicle. Gateway needs to be activated on the same organization already. Deactivates the gateway previously linked.",
"IsBreakingChange": false,
"IsInitialRelease": false,
"IsDocumentationOnly": false,
"Route": "/fleet/vehicles/{id:[a-zA-Z0-9.]+:[0-9A-Za-z@._%+-]+}",
"Method": "PATCH"
}
]
}