Download OpenAPI specification:
This is the API documentation for User service.
Update the authenticated user's car information. All fields are optional; only provided fields are updated.
| vehicle_license_plate | string Vehicle license plate |
| vehicle_brand | string Vehicle brand |
| vehicle_model | string Vehicle model |
{- "vehicle_license_plate": "ABC-1234",
- "vehicle_brand": "Tesla",
- "vehicle_model": "Model 3"
}{- "ok": true,
- "data": {
- "vehicle_license_plate": "",
- "vehicle_brand": "",
- "vehicle_model": ""
}
}