Requires authentication
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Update address information
PUT /addresses/{id}
{
"street": "Updated Street",
"city": "Boston"
}
{
"success": true,
"data": {
"id": "uuid",
"street": "Updated Street",
"city": "Boston"
}
}
Was this page helpful?