Update Vehicle HTML: /api/vehicles/:VehicleID Method: PUT Header Param: Authorization: accept: */* cache-control: no-cache content-type: application/json Body: Show {"vehicle": { "vinNumber": "12345678901234567", "color": "Color", "year": "Year", "tagPlate": "", "state": "", "make": "Make", "model": "Model", "description": "Year | Make | Model | 01234567", "damages": [] } }