v15
latestOpenAPI 3.1.02026-07-1295183803.5 KBTracking_Monitor
Update a Monitor
put/skynet/monitor/{id}
Path parameters
idstring required
ID of the monitor to be updated. This is the same ID that was generated at the time of creating the monitor.
Query parameters
keystring 32 character alphanumeric string required
Example:key=API_KEY
A key is a unique identifier that is required to authenticate a request to the API.
Request body
Example request
{
"name": "\"name\":\"warehouse_exit\"",
"type": "\"type\":\"idle\"",
"speeding_config": {
"customer_speed_limit": "\"customer_speed_limit\":8"
}
}Response
OK