Update a one-day route change

Updates the route, stop, destination, or effective dates for an existing temporary change.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idintegerRequired
Daily change identifier.

Request

This endpoint expects an object.
route_numberintegerRequired
address_idinteger or nullOptional
bus_group_stop_idinteger or nullOptional
target_bus_route_management_idinteger or nullOptional
start_datedatetime or nullOptional
end_datedatetime or nullOptional
destination_namestring or nullOptional
destination_phonestring or nullOptional

Response

Daily change updated.
statusstringOptional
messagestringOptional
datamap from strings to anyOptional

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error