---
title: "Update equipment attributes"
method: PUT
path: "/api/v1/instruments/{id}"
tags: ["Equipment"]
---

# Update equipment attributes

`PUT /api/v1/instruments/{id}`

## Path parameters

- `id` integer, required

## Request body

- UpdateEquipment
  - `token` string, required
  - `item` object
    - `name` string — the equipment name
    - `model_number` string — model number of the equipment
    - `serial_number` string — serial number of the equipment
    - `equipment_type` string — equipment type
    - `manufacturer` string — manufacturer name
    - `purchase_date` string, date — purchase date
    - `warranty_expired` string, date — warranty_expired
    - `maintenance_information` string — maintenance information
    - `description` string — general description

## Response `200`

equipment updated

## Other responses

- `401` — Error: Unauthorized
- `422` — invalid request

---

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