Vehicles
Update Registration Plate
Update the registration plate of the specified vehicle.
Parameters:
- vehicle_id: The unique identifier (ID) of the vehicle to update.
Returns:
- A response containing the updated vehicle information.
Note:
- The vehicle_id should correspond to a valid and existing vehicle identifier.
Possible Codes in Error Response (see Errors for error response schema and meaning of codes):
- AUTHENTICATION_ERROR
- REQUEST_VALIDATION_ERROR
- RESOURCE_NOT_FOUND
- SERVER_ERROR
post/v1/vehicles/{vehicle_id}/registration-plate
Path parameters
vehicle_idstring required
Unique internal identifier for the vehicle.
Unique internal identifier for the vehicle.
Request body
Response
Successful Response