---
title: "PUT /lighting/updateLightingZoneGroup"
method: PUT
path: "/lighting/updateLightingZoneGroup"
tags: ["LightingService"]
---

# PUT /lighting/updateLightingZoneGroup

`PUT /lighting/updateLightingZoneGroup`

## Request body

- UpdateLightingZoneGroupRequest — All update properties aside from the id are optional
  - `id` string
  - `name` string
  - `lighting_zone_ids` LightingZoneIds
    - `ids` string[]
    - `dimming_settings` LightingZoneDimmingSetting[] — Custom program dimming levels to use. Default settings are created when a zone dimming setting is not provided.
      - `lighting_zone_id` string
      - `dimming_percent` integer

## Response `200`

OK

- UpdateLightingZoneGroupResponse
  - `lighting_zone_group` LightingZoneGroup — A set of lighting zones.
    - `id` string
    - `lighting_area_id` string
    - `name` string
    - `lighting_zone_ids` string[]
    - `order` integer

---

[API](https://skmtc.net/rach/apis/readme.md) · [All operations](https://skmtc.net/rach/apis/readme/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rach/readme/versions/7cb72b0455d5/schema)
