---
title: "Updates an existing Device"
method: POST
path: "/api/Device/update"
tags: ["Device"]
---

# Updates an existing Device

`POST /api/Device/update`

## Request body

- UpdateEmailDeviceDto
  - `id` integer, required
  - `name` string, required
  - `platform` 0 | 1 | 2 | 3, required — Members: - `0` — Custom - `1` — PocketBook - `2` — Kindle - `3` — Kobo
  - `emailAddress` string, required

## Response `200`

OK

- EmailDeviceDto
  - `id` integer
  - `name` string, nullable
  - `emailAddress` string, nullable
  - `platform` 0 | 1 | 2 | 3 — Members: - `0` — Custom - `1` — PocketBook - `2` — Kindle - `3` — Kobo

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/revisions/a092f0284f3e/schema)
