For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Nukio API
    • Authentication
    • Device
    • User
    • Geozone
    • Fleets
    • Notifications
    • Routes
      • GETgetRoutes
      • POSTrouteUpdate
    • Passengers
    • Account Status
    • Nukio SDK
LogoLogo
Nukio APIRoutes

routeUpdate

||View as Markdown|
POST
https://app.nukio.mx/api/v1/route/update/:type/:routeId/:devicesOrGroups/authorization
POST
/api/v1/route/update/:type/:routeId/:devicesOrGroups/authorization
$curl -X POST https://app.nukio.mx/api/v1/route/update/2/01/01/authorization \
> -H "authorization: <apiKey>"
200Routes_routeUpdate_example
1{
2 "reason": "exception java.lang.RuntimeException: Not a valid type!",
3 "success": "0",
4 "status_code": 417
5}
Was this page helpful?
Previous

getRoutes

Next

Overview

Built with

Authentication

authorizationstring
API Key authentication via header

Path parameters

typestringRequired
Type of route 1 or 2
routeIdstringRequired
Route ID
devicesOrGroupsstringRequired
Device or group assignet to this route

Response headers

pragmastring
:statusstring
expiresstring
accept-rangesstring
cache-controlstring
x-frame-optionsstring
x-xss-protectionstring
x-application-contextstring
x-content-type-optionsstring

Response

OK
reasonstring
successstring
status_codeinteger