Skip to main content
Requires authentication

Endpoint

PUT /blocks/{id}

Request Body

{
  "name": "Block B"
}

Response

{
  "success": true,
  "data": {
    "id": "uuid",
    "name": "Block B"
  }
}