| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

#### API Parameters

| Parameter  | Type          | Requirement | Description |
|------------|---------------|-------------|-------------|
| id         | integer       | required    | The id of the vehicle |
| fleet_id   | integer       | depends     | Either `fleet_id` or `fleet_ids` must be present in the request body. If both are present, `fleet_ids` will be used. |
| fleet_ids  | array of integers | optional | Multiple fleet IDs |
| api-version | integer      | required    | Target API version |

#### Response Codes

```
204 No Content
401 Unauthorized
403 Forbidden
404 Not Found
415 Unsupported Media Type
422 Unprocessable Content
```

#### Example Request

```shell
curl --request PUT \
     --url https://api.dealerware.com/admin/vehicles/id \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

#### Base URL

https://api.dealerware.com/admin/vehicles/{id}
