v1
latestOpenAPI 3.0.02026-07-243339471.1 MBFloorPlan
Update FloorMap
This API is used to update FloorMap information. It also supports moving a floor from one building to another
put/network-monitoring/v1/sitemaps/{site-id}/floors/{floor-id}
Request body
Example request
{
"floorMapInput": {
"siteId": "16a-aad7-4070-8a19-fd6b8e1ff012",
"buildingId": "a97695c-a119-45f0-b6ea-a30a83931",
"buildingName": "Brooke",
"name": "Floor 1"
}
}Response
FloorMap information updated successfully.
Example response
{
"type": "feature",
"id": "3b5b-0e6c-4b73-9f6e-4e895a080190"
}