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