---
title: "Update elevator stop"
method: PATCH
path: "/elevator_stops/{id}"
tags: ["Elevator stops"]
---

# Update elevator stop

`PATCH /elevator_stops/{id}`

## Path parameters

- `id` integer, required

## Request body

- object
  - `elevator_stop` object, required
    - `elevator_id` integer — The elevator ID of the elevator stop
    - `floor_id` integer — The floor ID of the elevator stop
    - `time_restriction_enabled` boolean, nullable — Whether the elevator stop is time restricted. Time restriction enforces that users may only permit at specific hours

## 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)
