Skip to content

Commit 38e659b

Browse files
committed
Added HTTP Status Codes wording
1 parent ab3e6b4 commit 38e659b

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

agency/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
9393
201
9494
400
9595
401
@@ -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:
123123
200
124124
400
125125
401
@@ -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:
173173
200
174174
400 (with `vehicle_id` parameter)
175175
401
@@ -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:
216216
200
217217
400 (with `vehicle_id` parameter)
218218
401
@@ -237,7 +237,7 @@ The Trips endpoint serves two purposes:
237237

238238
### Responses
239239

240-
Possible Responses:
240+
Possible HTTP Status Codes:
241241
201
242242
400
243243
401
@@ -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:
271271
201
272272
400
273273
401
@@ -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:
301301
201
302302
400
303303
401
@@ -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:
333333
201
334334
400
335335
401
@@ -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:
377377
200
378378
400
379379
401
@@ -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:
413413
200
414414
401
415415
404
@@ -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:
442442
201
443443
400
444444
401

0 commit comments

Comments
 (0)