Skip to content

Commit ff6f564

Browse files
committed
Italic formatting
1 parent 63f4c0d commit ff6f564

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

agency/README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The `/vehicles` registration endpoint is used to register vehicles for use in th
9595

9696
#### Responses
9797

98-
Possible HTTP Status Codes:
98+
_Possible HTTP Status Codes_:
9999
201
100100
400
101101
401
@@ -125,7 +125,7 @@ The `/vehicles` update endpoint is used to change vehicle information, should so
125125

126126
#### Responses
127127

128-
Possible HTTP Status Codes:
128+
_Possible HTTP Status Codes_:
129129
200
130130
400
131131
401
@@ -175,7 +175,7 @@ If `device_id` is specified, `GET` will return an array with a single vehicle re
175175

176176
#### Responses
177177

178-
Possible HTTP Status Codes:
178+
_Possible HTTP Status Codes_:
179179
200
180180
400 (with parameter)
181181
401
@@ -218,7 +218,7 @@ If `device_id` is specified, `GET` will return an array with a vehicle status re
218218

219219
#### Responses
220220

221-
Possible HTTP Status Codes:
221+
_Possible HTTP Status Codes_:
222222
200
223223
400 (with parameter)
224224
401
@@ -243,7 +243,7 @@ The Trips endpoint serves two purposes:
243243

244244
### Responses
245245

246-
Possible HTTP Status Codes:
246+
_Possible HTTP Status Codes_:
247247
201
248248
400
249249
401
@@ -273,7 +273,7 @@ The vehicle `/telemetry` endpoint allows a Provider to send vehicle telemetry da
273273

274274
### Responses
275275

276-
Possible HTTP Status Codes:
276+
_Possible HTTP Status Codes_:
277277
201
278278
400
279279
401
@@ -303,7 +303,7 @@ The vehicle `/events` endpoint allows the Provider to submit events describing t
303303

304304
### Responses
305305

306-
Possible HTTP Status Codes:
306+
_Possible HTTP Status Codes_:
307307
201
308308
400
309309
401
@@ -335,7 +335,7 @@ The `/stops` endpoint allows an agency to register city-managed Stops, or a prov
335335

336336
### Responses
337337

338-
Possible HTTP Status Codes:
338+
_Possible HTTP Status Codes_:
339339
201
340340
400
341341
401
@@ -379,7 +379,7 @@ See [Responses][responses], [Bulk Responses][bulk-responses], and [schema][schem
379379

380380
### Responses
381381

382-
Possible HTTP Status Codes:
382+
_Possible HTTP Status Codes_:
383383
200
384384
400
385385
401
@@ -415,7 +415,7 @@ If `stop_id` is specified, `GET` will return an array with a single stop record,
415415

416416
### Responses
417417

418-
Possible HTTP Status Codes:
418+
_Possible HTTP Status Codes_:
419419
200
420420
401
421421
404
@@ -444,7 +444,7 @@ The `/reports` endpoint allows an agency to register aggregated report counts in
444444

445445
### Responses
446446

447-
Possible HTTP Status Codes:
447+
_Possible HTTP Status Codes_:
448448
201
449449
400
450450
401

provider/README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ If `device_id` is specified, `GET` will return an array with a single vehicle re
214214

215215
#### Responses
216216

217-
Possible HTTP Status Codes:
217+
_Possible HTTP Status Codes_:
218218
200
219219
400 (with parameter)
220220
401
@@ -259,7 +259,7 @@ If `device_id` is specified, `GET` will return an array with a vehicle status re
259259

260260
#### Responses
261261

262-
Possible HTTP Status Codes:
262+
_Possible HTTP Status Codes_:
263263
200
264264
400 (with parameter)
265265
401
@@ -324,7 +324,7 @@ For the near-ish real time use cases, please use the [events][events] endpoint.
324324

325325
#### Responses
326326

327-
Possible HTTP Status Codes:
327+
_Possible HTTP Status Codes_:
328328
200
329329
202
330330
400 (with parameter)
@@ -362,7 +362,7 @@ Without a `telemetry_time` query parameter, `/telemetry` shall return a `400 Bad
362362

363363
#### Responses
364364

365-
Possible HTTP Status Codes:
365+
_Possible HTTP Status Codes_:
366366
200
367367
400 (with parameter)
368368
401
@@ -424,7 +424,7 @@ processing for that hour:
424424

425425
#### Responses
426426

427-
Possible HTTP Status Codes:
427+
_Possible HTTP Status Codes_:
428428
200
429429
202
430430
400 (with parameter)
@@ -464,7 +464,7 @@ Should either side of the requested time range be greater than 2 weeks before th
464464

465465
#### Responses
466466

467-
Possible HTTP Status Codes:
467+
_Possible HTTP Status Codes_:
468468
200
469469
400 (with parameter)
470470
401
@@ -500,7 +500,7 @@ In the case that a `stop_id` path parameter is specified, the `stops` array retu
500500

501501
#### Responses
502502

503-
Possible HTTP Status Codes:
503+
_Possible HTTP Status Codes_:
504504
200
505505
400 (with parameter)
506506
401
@@ -532,7 +532,7 @@ The authenticated reports are monthly, historic flat files that may be pre-gener
532532

533533
#### Responses
534534

535-
Possible HTTP Status Codes:
535+
_Possible HTTP Status Codes_:
536536
200
537537
401
538538
404
@@ -550,6 +550,7 @@ See [Provider examples](examples.md#reports).
550550

551551
[agps]: https://en.wikipedia.org/wiki/Assisted_GPS
552552
[beta]: /general-information.md#beta-features
553+
[bulk-responses]: /general-information.md#bulk-responses
553554
[costs-and-currencies]: /general-information.md#costs-and-currencies
554555
[data-latency]: #data-latency-requirements
555556
[dgps]: https://en.wikipedia.org/wiki/Differential_GPS
@@ -571,6 +572,7 @@ See [Provider examples](examples.md#reports).
571572
[point-geo]: /data-types.md#gps-data
572573
[propulsion-types]: /general-information.md#propulsion-types
573574
[responses]: /general-information.md#responses
575+
[schema]: /schema/
574576
[stops]: /data-types.md#stops
575577
[stop-based-geo]: /general-information.md#stop-based-geographic-data
576578
[telemetry]: /data-types.md#telemetry

0 commit comments

Comments
 (0)