---
title: "Updates one ore more floor map labels."
method: PUT
path: "/locations/floor/bulk/label"
tags: ["Location"]
---

# Updates one ore more floor map labels.

`PUT /locations/floor/bulk/label`

Updates one or more floor map labels.

## Request body

- XiqFloorMapLabel[]
  - `id` integer, required — The Floor Map Label, its id
  - `floor_id` integer — The Floor, its id
  - `x` number, double, required — The Floor Map Label, its x coordinate on the map
  - `y` number, double, required — The Floor Map Label, its y coordinate on the map
  - `text` string, required — The Floor Map Label, its text.
  - `visible` boolean — Visible?

## Response `200`

OK

- XiqFloorMapLabel[]
  - `id` integer, required — The Floor Map Label, its id
  - `floor_id` integer — The Floor, its id
  - `x` number, double, required — The Floor Map Label, its x coordinate on the map
  - `y` number, double, required — The Floor Map Label, its y coordinate on the map
  - `text` string, required — The Floor Map Label, its text.
  - `visible` boolean — Visible?

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
