Skip to content

Commit 33837ca

Browse files
authored
Bumping hierarchy
1 parent ddd846a commit 33837ca

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

agency/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ This specification contains a collection of RESTful APIs used to specify the dig
1212
* [Responses and Error Messages](#responses-and-error-messages)
1313
* [Authorization](#authorization)
1414
* [Vehicles](#vehicles)
15-
* [Vehicle - Register](#vehicle---register)
16-
* [Vehicle - Update](#vehicle---update)
17-
* [Vehicle - Events](#vehicle---event)
18-
* [Vehicle - Telemetry](#vehicle---telemetry)
15+
* [Vehicle - Register](#vehicle---register)
16+
* [Vehicle - Update](#vehicle---update)
17+
* [Vehicle - Events](#vehicle---event)
18+
* [Vehicle - Telemetry](#vehicle---telemetry)
1919
* [Telemetry Data](#telemetry-data)
2020
* [Stops](#stops)
2121

@@ -86,7 +86,7 @@ A vehicle record is as follows:
8686

8787
_No content returned on vehicle not found._
8888

89-
### Vehicle - Register
89+
## Vehicle - Register
9090

9191
The `/vehicles` registration endpoint is used to register a vehicle for use in the Agency jurisdiction.
9292

@@ -123,7 +123,7 @@ _No content returned on success._
123123
| -------------------- | ------------------------------------------------- | ------------------------------- |
124124
| `already_registered` | A vehicle with `device_id` is already registered | |
125125

126-
### Vehicle - Update
126+
## Vehicle - Update
127127

128128
The `/vehicles` update endpoint is used to update some mutable aspect of a vehicle. For now, only `vehicle_id`.
129129

@@ -151,7 +151,7 @@ _No content returned on success._
151151

152152
_No content returned if no vehicle matching `device_id` is found._
153153

154-
### Vehicle - Event
154+
## Vehicle - Event
155155

156156
The vehicle `/event` endpoint allows the Provider to control the state of the vehicle including deregister a vehicle from the fleet.
157157

@@ -188,7 +188,7 @@ Body Params:
188188
| `missing_param` | A required parameter is missing | Array of missing parameters |
189189
| `unregistered` | Vehicle is not registered | |
190190

191-
### Vehicle - Telemetry
191+
## Vehicle - Telemetry
192192

193193
The vehicle `/telemetry` endpoint allows a Provider to send vehicle telemetry data in a batch for any number of vehicles in the fleet.
194194

0 commit comments

Comments
 (0)