Skip to main content
Requires authentication

Endpoint

PUT /buildings/{id}

Request Body

{
  "name": "Updated Building",
  "floors": 6
}

Response

{
  "success": true,
  "data": {
    "id": "uuid",
    "name": "Updated Building",
    "floors": 6
  }
}