PATCH fleet/trailers/.id: Removed beta endpoints
The PATCH fleet/trailers/.id endpoint has some new features! This change removes the Update Trailer beta endpoint.
POST fleet/trailers: Removed beta endpoints
The POST fleet/trailers endpoint has some new features! This change removes the Create Trailer beta endpoint.
GET gateways: Fixes missing gateway models
The GET gateways endpoint has some new features! Updated the model enum with additional model values VG34M, VG54NAE, VG54FN, SG1B, SG1x, SG1G, SG1G32, VG54NAH, VG54ATT, ACCBDHE. Previously gateways with these model values would return 'none' in responses.
GET fleet/vehicles/.id: Added rate limit
The GET fleet/vehicles/.id endpoint has some new features! Explicitly added a rate limit of 25 requests per second for this API endpoint
PATCH fleet/vehicles/.id: Added rate limit
The PATCH fleet/vehicles/.id endpoint has some new features! Explicitly added a rate limit of 25 requests per second for this API endpoint
GET fleet/trailers/.id: Added rate limit
The GET fleet/trailers/.id endpoint has some new features! Explicitly added a rate limit of 25 requests per second for this API endpoint
GET fleet/trailers/.id: Fixes installedGateway model for newer gateways
The GET fleet/trailers/.id endpoint has some new features! New generation gateways now return the correct model.
PATCH fleet/trailers/.id (Generally Available)
The PATCH fleet/trailers/.id endpoint is now generally available and fully supported for production 🎉! Check it out and happy coding 💻.
POST fleet/trailers (Generally Available)
The POST fleet/trailers endpoint is now generally available and fully supported for production 🎉! Check it out and happy coding 💻.
DELETE fleet/trailers/.id: Added rate limit
The DELETE fleet/trailers/.id endpoint has some new features! Explicitly added a rate limit of 25 requests per second for this API endpoint