Requires authentication
Vehicle Management
Update Vehicle
Update vehicle information
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Update vehicle information
PUT /vehicles/{id}
{
"color": "Red",
"year": 2021
}
{
"success": true,
"data": {
"id": "uuid",
"color": "Red",
"year": 2021
}
}
Was this page helpful?