v1

latestOpenAPI 3.0.02026-07-243339471.1 MB
FloorPlan

Update Building

This API is used to update name of a building

put/network-monitoring/v1/sitemaps/{site-id}/buildings/{building-id}

Request body

Example request

{
  "buildingInput": {
    "siteId": "16a-aad7-4070-8a19-fd6b8e1ff012",
    "name": "Brooke",
    "buildingAddress": {
      "address": "123 Main St",
      "city": "Springfield",
      "state": "IL",
      "zipCode": "62704",
      "country": "USA"
    },
    "buildingType": "OFFICE"
  }
}

Response

Building successfully updated.

buildingIdstring required

building Id associated with the site in UUID format.

Example response

{
  "buildingId": "123a-aad7-4070-8a19-fd6b8e1ff012"
}