Skip to content

Commit 9cc7f22

Browse files
authored
Update README.md
1 parent 1eb4565 commit 9cc7f22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agency/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ Body Params:
102102
| Field | Type | Required/Optional | Field Description |
103103
| ------------ | ------- | ----------------- | -------------------------------------------------------------------- |
104104
| `device_id` | UUID | Required | Provided by Operator to uniquely identify a vehicle |
105-
| `provider_id`| UUID | Required | Operator to which the vehicle belongs |
106105
| `vehicle_id` | String | Required | Vehicle Identification Number (vehicle_id) visible on vehicle |
107106
| `type` | Enum | Required | [Vehicle Type](#vehicle-type) |
108107
| `propulsion` | Enum[] | Required | Array of [Propulsion Type](#propulsion-type); allows multiple values |
108+
| `provider_id`| UUID | Optional | Provider to which the vehicle belongs if different from the authenticated provider |
109109
| `year` | Integer | Optional | Year Manufactured |
110110
| `mfgr` | String | Optional | Vehicle Manufacturer |
111111
| `model` | String | Optional | Vehicle Model |

0 commit comments

Comments
 (0)