Skip to main content
PUT
/
api
/
v1
/
vehicle
/
update
/
{id}
Update a vehicle
curl --request PUT \
  --url https://api.raul.ugps.io/api/v1/vehicle/update/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

Vehicle UUID

Response

200

Vehicle updated