---
title: "Update reader"
method: PATCH
path: "/readers/{id}"
tags: ["Readers"]
---

# Update reader

`PATCH /readers/{id}`

## Path parameters

- `id` integer, required

## Request body

- object
  - `reader` object, required
    - `buzzer_enabled` boolean — Whether the reader is buzzer enabled
    - `checkout` boolean — Whether the reader is checkout enabled
    - `description` string, nullable — The description of the reader
    - `device_unlock_restriction_enabled` boolean — Whether the reader is device unlock restriction enabled
    - `elevator_id` integer, nullable — The elevator ID of the reader
    - `lock_id` integer, nullable — The lock ID of the reader
    - `name` string — The name of the reader
    - `tamper_enabled` boolean — Whether the reader is tamper enabled
    - `wave_to_unlock_enabled` boolean — Whether the reader is wave to unlock enabled
    - `zone_id` integer, nullable — The zone ID of the reader
    - `terminal_id` integer, nullable — The terminal ID of the reader

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