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
    • Introduction
    • POSTTOKEN
    • GETgroups
    • POSTfirmware
    • POSTfeature engineCutoff
    • POSTcreateUser
    • POSTdeleteUser
    • POSTupdateUser
    • POSTcreatedevice
    • POSTdeletedevice
    • POSTupdatedevice
    • GETgetGeozones
    • GETdiagnosticall
    • GETgetallDevices
    • POSTcreateGeozone
    • POSTdeleteGeozone
    • POSTupdateGeozone
    • GETgetUser
    • POSTupdateAddress
    • GETgetMonitorMetadata
    • GETgetDevice
    • GETlatest
    • GETdiagnostic
    • GETcheckaccount
    • GETgetMessages
    • POSTsetMessages
    • GETgetGeozone
    • GETgetAllPushNotifications
    • GETlostVehicles
    • GETunregister-push
    • GETsend **
    • GETgetDeviceActivations
    • GETsetViewed
    • GETactivations
    • GETgetRoutes
    • GETregister-push
    • POSTrouteUpdate
    • GETpassengerCount
    • GETgetGeozones range
    • GETfleetMetadata
    • GETcreateActivation
    • GETgetNotifications
    • POSTfeature cargoAccess
    • GETfleetData
    • GETdeviceMetadata
    • POSTupdatedevice cargoAccess
    • POSTupdatedevice engineCutoff
    • GETdeviceData
    • GETgetDeviceNotifications
    • GETgetDeviceActivations range
    • GETfleetData range
    • GETdeviceData range
LogoLogo

updateGeozone

||View as Markdown|
POST
https://app.nukio.mx/api/v1/geozone/updategeozone/authorization
POST
/api/v1/geozone/updategeozone/authorization
$curl -X POST https://app.nukio.mx/api/v1/geozone/updategeozone/authorization \
> -H "authorization: <apiKey>" \
> -H "Content-Type: application/json" \
> -d "{
> \"geozoneID\": \"geozoneID\" ,
> \"geozoneDisplayName\": \"geozoneName\" ,
> \"geozoneRadius\": radius ,
> \"geozoneType\": geozoneType ,
> \"geozoneArrivalEngineOn\": arrivalEngineOn ,
> \"geozoneArrivalEngineOff\": arrivalEngineOff ,
> \"geozoneArrivalCabinLock\": arrtivalCabinOn ,
> \"geozoneArrivalCabinUnLock\": arrivalCabinOff ,
> \"geozoneArrivalCargoLock\": arrivalCargoOn ,
> \"geozoneArrivalCargoUnLock\": arrivalCargoOff ,
> \"geozoneDepartureEngineOn\": departureEngineOn ,
> \"geozoneDepartureEngineOff\": departureEngineOff ,
> \"geozoneDepartureCabinLock\": departureCabinOn ,
> \"geozoneDepartureCabinUnLock\": departureCabinOff ,
> \"geozoneDepartureCargoLock\": departureCargoOn ,
> \"geozoneDepartureCargoUnLock\": departureCargoOff ,
> \"geozonePoint1lat\": \"lat1\" ,
> \"geozonePoint1lng\":\"lon1\" ,
> \"geozonePoint2lat\": \"lat2\" ,
> \"geozonePoint2lng\":\"lon2\" ,
> \"geozonePoint3lat\": \"lat3\" ,
> \"geozonePoint3lng\":\"lon3\" ,
> \"geozonePoint4lat\": \"lat4\" ,
> \"geozonePoint4lng\":\"lon4\" ,
> \"geozonePoint5lat\": \"lat5\" ,
> \"geozonePoint5lng\":\"lon5\" ,
> \"geozonePoint6lat\": \"lat6\" ,
> \"geozonePoint6lng\":\"lon6\" ,
> \"geozonePoint7lat\": \"lat7\" ,
> \"geozonePoint7lng\":\"lon7\" ,
> \"geozonePoint8lat\": \"lat8\" ,
> \"geozonePoint8lng\":\"lon8\"
> }"
200Successful
1{}
Was this page helpful?
Previous

deleteGeozone

Next

getUser

Built with

Authentication

authorizationstring
API Key authentication via header

Request

This endpoint expects a string.

Response

Successful response