---
title: "Updates the specified level."
method: PUT
path: "/api/building"
tags: ["IoT Building"]
---

# Updates the specified level.

`PUT /api/building`

## Request body

- LayerDto
  - `id` string, nullable — The level auto ID.
  - `name` string, nullable — The level friendly name.
  - `father` string, nullable — Where level is.
  - `planning` string, nullable — The planning associat with the level.
  - `hasSub` boolean — The planning has a subLayer.

## Response `200`

OK

---

[API](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api.md) · [All operations](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cgi-fr/azure-iot-hub-portal-api/revisions/8f5ec4f45de1/schema)
