Update vehicle
PUT /api/v1/cardata/vehicles/{vin}
PUT
/api/v1/cardata/vehicles/{vin}
Update vehicle fields (label, tokens, active status).
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” vin
required
string
Request Body required
Section titled “Request Body required ”object
label
string
access_token
string
refresh_token
string
is_active
boolean
Responses
Section titled “ Responses ”Vehicle updated.
object
Vehicle not found.
object
error
Error message
string
detail
Additional context
string