Update a bus run setup
Updates the schedule, stop and time types, route count, and optional grade, class, and weekday assignments for an existing bus run setup.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Run setup identifier.
Request
This endpoint expects an object.
name
start_time
end_time
time_type_id
stop_type_id
amount_of_routes
class_ids
grade_ids
days_of_week
Response
Run setup updated.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

