---
title: "Update maintenance of equipment"
method: PUT
path: "/api/v1/maintenances/{id}"
tags: ["Maintenances"]
---

# Update maintenance of equipment

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

## Path parameters

- `id` integer, required

## Request body

- UpdateMaintenance
  - `token` string, required
  - `item` object
    - `item_id` integer, required — The ID of the equipment
    - `frequency_period` integer — the time period in numbers
    - `frequency_frame` string — one of the following time frames - hour/day/week/month/year

## Response `200`

maintenance updated

## Other responses

- `401` — Error: Unauthorized

---

[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)
