---
title: "Update a registered device"
method: PUT
path: "/api/device-registry/{id}"
tags: ["devices"]
---

# Update a registered device

`PUT /api/device-registry/{id}`

Updates label, type, and notes of an existing device.

## Path parameters

- `id` integer, required

## Request body

- object

## Response `200`

OK

- ApiDeviceResponse
  - `created_at` string
  - `id` integer
  - `imei` string
  - `label` string
  - `last_seen` string
  - `notes` string
  - `status` string
  - `type` string
  - `updated_at` string

## Other responses

- `400` — invalid ID or JSON
- `404` — not found

---

[API](https://skmtc.net/cubeos-app/apis/meshsat-api.md) · [All operations](https://skmtc.net/cubeos-app/apis/meshsat-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cubeos-app/meshsat-api/versions/c019b6af96ea/schema)
