Requires authentication
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Update building information
PUT /buildings/{id}
{
"name": "Updated Building",
"floors": 6
}
{
"success": true,
"data": {
"id": "uuid",
"name": "Updated Building",
"floors": 6
}
}
Was this page helpful?