Requires authentication
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Update admin information
PUT /admins/{id}
{
"fullname": "Updated Name",
"email": "updated@example.com"
}
{
"success": true,
"data": {
"id": "uuid",
"fullname": "Updated Name",
"email": "updated@example.com"
}
}
Was this page helpful?