---
title: "Update Elevator"
method: PATCH
path: "/elevators/{id}"
tags: ["Elevators"]
---

# Update Elevator

`PATCH /elevators/{id}`

## Path parameters

- `id` integer, required

## Request body

- object
  - `elevator` object, required
    - `name` string — The name of the elevator
    - `description` string, nullable — The description of the elevator
    - `integration_id` integer, nullable — The integration ID of the elevator

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
