Skip to content

Commit ddd846a

Browse files
authored
Update hierarchy
1 parent 9a4aa9e commit ddd846a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

agency/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This specification contains a collection of RESTful APIs used to specify the dig
1616
* [Vehicle - Update](#vehicle---update)
1717
* [Vehicle - Events](#vehicle---event)
1818
* [Vehicle - Telemetry](#vehicle---telemetry)
19-
* [Telemetry Data](#telemetry-data)
20-
* [Stops](#stops)
19+
* [Telemetry Data](#telemetry-data)
20+
* [Stops](#stops)
2121

2222
## General information
2323

@@ -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)