Skip to content

Commit d5b3a7c

Browse files
committed
multitasking failure
1 parent 581a363 commit d5b3a7c

2 files changed

Lines changed: 0 additions & 28 deletions

File tree

agency/README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ If `device_id` is specified, `GET` will return a single vehicle record, otherwis
6464

6565
A vehicle record is as follows:
6666

67-
<<<<<<< HEAD
6867
| Field | Type | Field Description |
6968
| ------------- | --------- | ----------------------------------------------------------------------------- |
7069
| `device_id` | UUID | Provided by Operator to uniquely identify a vehicle |
@@ -78,21 +77,6 @@ A vehicle record is as follows:
7877
| `state` | Enum | Current vehicle state. See [Vehicle State][vehicle-states] |
7978
| `prev_event` | Enum | Last [Vehicle Event][vehicle-event] |
8079
| `updated` | Timestamp | Date of last event update |
81-
=======
82-
| Field | Type | Required/Optional | Field Description |
83-
| ------------- | --------- | --------------------- | ----------------------------------------------------------------------------- |
84-
| `device_id` | UUID | Required | Provided by Operator to uniquely identify a vehicle |
85-
| `provider_id` | UUID | Required | Issued by City and [tracked](../providers.csv) |
86-
| `vehicle_id` | String | Required | Vehicle Identification Number (vehicle_id) visible on vehicle |
87-
| `type` | Enum | Required | [Vehicle Type](#vehicle-type) |
88-
| `propulsion` | Enum[] | Required | Array of [Propulsion Type](#propulsion-type); allows multiple values |
89-
| `year` | Integer | Required if Available | Year Manufactured |
90-
| `mfgr` | String | Required if Available | Vehicle Manufacturer |
91-
| `model` | String | Required if Available | Vehicle Model |
92-
| `status` | Enum | Required if Available | Current vehicle status. See [Vehicle Status](#vehicle-events) |
93-
| `prev_event` | Enum | Required if Available | Last [Vehicle Event](#vehicle-events) |
94-
| `updated` | Timestamp | Required if Available | Date of last event update |
95-
>>>>>>> dev
9680

9781
404 Failure Response:
9882

@@ -111,14 +95,9 @@ Body Params:
11195
| ------------ | ------- | ----------------- | -------------------------------------------------------------------- |
11296
| `device_id` | UUID | Required | Provided by Operator to uniquely identify a vehicle |
11397
| `vehicle_id` | String | Required | Vehicle Identification Number (vehicle_id) visible on vehicle |
114-
<<<<<<< HEAD
11598
| `type` | Enum | Required | [Vehicle Type][vehicle-types] |
11699
| `propulsion` | Enum[] | Required | Array of [Propulsion Type][propulsion-types]; allows multiple values |
117-
=======
118-
| `type` | Enum | Required | [Vehicle Type](#vehicle-type) |
119-
| `propulsion` | Enum[] | Required | Array of [Propulsion Type](#propulsion-type); allows multiple values |
120100
| `provider_id`| UUID | Optional | Provider to which the vehicle belongs if different from the authenticated provider |
121-
>>>>>>> dev
122101
| `year` | Integer | Optional | Year Manufactured |
123102
| `mfgr` | String | Optional | Vehicle Manufacturer |
124103
| `model` | String | Optional | Vehicle Model |

policy/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ If a vehicle is matched with a rule, then it _will not_ be considered in the sub
271271

272272
The internal mechanics of ordering are up to the Policy editing and hosting software.
273273

274-
<<<<<<< HEAD
275274
[Top][toc]
276275

277276
[beta]: /general-information.md#beta
@@ -284,9 +283,3 @@ The internal mechanics of ordering are up to the Policy editing and hosting soft
284283
[vehicle-states]: /general-information.md#vehicle-states
285284
[vehicle-types]: /general-information.md#vehicle-types
286285
[versioning]: /general-information.md#versioning
287-
=======
288-
[Top](#table-of-contents)
289-
290-
[general-information/versioning]: /general-information.md#versioning
291-
[ts]: #timestamps
292-
>>>>>>> dev

0 commit comments

Comments
 (0)