@@ -89,7 +89,7 @@ The `/vehicles` registration endpoint is used to register vehicles for use in th
8989
9090#### Responses
9191
92- Possible Responses :
92+ Possible HTTP Status Codes :
9393201
9494400
9595401
@@ -119,7 +119,7 @@ The `/vehicles` update endpoint is used to change vehicle information, should so
119119
120120#### Responses
121121
122- Possible Responses :
122+ Possible HTTP Status Codes :
123123200
124124400
125125401
@@ -169,7 +169,7 @@ If `device_id` is specified, `GET` will return an array with a single vehicle re
169169
170170#### Responses
171171
172- Possible Responses :
172+ Possible HTTP Status Codes :
173173200
174174400 (with ` vehicle_id ` parameter)
175175401
@@ -212,7 +212,7 @@ If `device_id` is specified, `GET` will return an array with a vehicle status re
212212
213213#### Responses
214214
215- Possible Responses :
215+ Possible HTTP Status Codes :
216216200
217217400 (with ` vehicle_id ` parameter)
218218401
@@ -237,7 +237,7 @@ The Trips endpoint serves two purposes:
237237
238238### Responses
239239
240- Possible Responses :
240+ Possible HTTP Status Codes :
241241201
242242400
243243401
@@ -267,7 +267,7 @@ The vehicle `/telemetry` endpoint allows a Provider to send vehicle telemetry da
267267
268268### Responses
269269
270- Possible Responses :
270+ Possible HTTP Status Codes :
271271201
272272400
273273401
@@ -297,7 +297,7 @@ The vehicle `/events` endpoint allows the Provider to submit events describing t
297297
298298### Responses
299299
300- Possible Responses :
300+ Possible HTTP Status Codes :
301301201
302302400
303303401
@@ -329,7 +329,7 @@ The `/stops` endpoint allows an agency to register city-managed Stops, or a prov
329329
330330### Responses
331331
332- Possible Responses :
332+ Possible HTTP Status Codes :
333333201
334334400
335335401
@@ -373,7 +373,7 @@ See [Responses][responses], [Bulk Responses][bulk-responses], and [schema][schem
373373
374374### Responses
375375
376- Possible Responses :
376+ Possible HTTP Status Codes :
377377200
378378400
379379401
@@ -409,7 +409,7 @@ If `stop_id` is specified, `GET` will return an array with a single stop record,
409409
410410### Responses
411411
412- Possible Responses :
412+ Possible HTTP Status Codes :
413413200
414414401
415415404
@@ -438,7 +438,7 @@ The `/reports` endpoint allows an agency to register aggregated report counts in
438438
439439### Responses
440440
441- Possible Responses :
441+ Possible HTTP Status Codes :
442442201
443443400
444444401
0 commit comments