API for managing mounts and associated entities
API for managing mounts and associated entities
curl -i -X GET \
'https://docs.obh-mobility.com/_mock/api-definitions/obh-mobility/firmware/versions?currentPage=1&pageSize=10' \
-H 'Access-Key: YOUR_API_KEY_HERE'List of all firmware versions
{ "versions": [ [ … ] ], "pagination": { "currentPage": 0, "pageSize": 0, "totalItems": 0, "totalPages": 0 } }
curl -i -X GET \
'https://docs.obh-mobility.com/_mock/api-definitions/obh-mobility/firmware/check-update?modelNumber=string&softwareRevision=string' \
-H 'Access-Key: YOUR_API_KEY_HERE'Firmware update check successful
Result code of the firmware update check
[ { "code": "UP_TO_DATE" }, { "code": "UPDATE_AVAILABLE", "version": { … } }, { "code": "MANDATORY_UPDATE", "version": { … } } ]
curl -i -X GET \
'https://docs.obh-mobility.com/_mock/api-definitions/obh-mobility/firmware/download?modelNumber=string&softwareRevision=string' \
-H 'Access-Key: YOUR_API_KEY_HERE'Firmware download link
[ { "version": { … }, "downloadLink": "https://someObjectStorage?authKey=temporaryKey", "expiresAt": "2023-12-12T17:24:43.000Z" } ]