---
title: "PATCH /devices/:id"
method: PATCH
path: "/devices/:id"
---

# PATCH /devices/:id

`PATCH /devices/:id`

## Request body

- object
  - `name` unknown
  - `push_token` unknown

## Response `200`

The upserted device

- object
  - `id` string
  - `name` unknown
  - `push_token` unknown

## Other responses

- `404` — The device does not exist

---

[API](https://skmtc.dev/routine/apis/routine-co.md) · [All operations](https://skmtc.dev/routine/apis/routine-co/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/routine/routine-co/revisions/efced8f8ad00/schema)
