v15
latestOpenAPI 3.1.02026-07-1295183803.5 KBTracking_Trip
Update a trip
Updates the data of a specified trip with the provided data.
put/skynet/trip/{id}
Path parameters
idstring required
Specify the ID of the trip to be updated. Please note that a trip which has ended can not be updated.
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\": \"Employee Pickup\"",
"stops": [
{
"name": "\"name\":\"Head Office\""
}
]
}Response
Trip updated