Requires authentication
Block Management
Update Block
Update block information
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
✨ 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?