# Update vehicle [PREVIEW] This method allows the client to update a vehicle Endpoint: PUT /modules/vehicles/vehicleId/{vehicleId} Version: 4.3.0 Security: api_key ## Path parameters: - `vehicleId` (string, required) The vehicle id ## Request fields (application/json): - `registrationNumber` (string, required) The registration number of the vehicle. - `vin` (string) The Vehicle Identification Number (VIN). - `brand` (string) The brand of the vehicle. - `extendedProperties` (object) A dictionary of extended properties. ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 409 fields ## Response 422 fields