Requires authentication
✨ 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?