---
title: "PUT /api/Printers/{id}"
method: PUT
path: "/api/Printers/{id}"
tags: ["Printers"]
---

# PUT /api/Printers/{id}

`PUT /api/Printers/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdatePrinterDto
  - `name` string, nullable
  - `type` string, nullable
  - `description` string, nullable
  - `isDefault` boolean, nullable

## Response `200`

OK

- PrinterDto
  - `id` string
  - `name` string
  - `type` string
  - `description` string, nullable
  - `isDefault` boolean
  - `isActive` boolean
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
