---
title: "Update Maintenance Entry"
method: PUT
path: "/v1/maintenance/{id}"
tags: ["Maintenance"]
---

# Update Maintenance Entry

`PUT /v1/maintenance/{id}`

## Path parameters

- `id` string, required

## Request body

- RepoMaintenanceEntryUpdate
  - `completedDate` string
  - `cost` string
  - `description` string
  - `name` string
  - `scheduledDate` string

## Response `200`

OK

- RepoMaintenanceEntry
  - `completedDate` string
  - `cost` string
  - `description` string
  - `id` string
  - `name` string
  - `scheduledDate` string

## Changes

- **2024-12-10** `49be86419b98` — 1 breaking
  - added the new path request parameter `id`
- **2024-11-29** `19794fb70c24` — 1 warning
  - deleted the `path` request parameter `id`

[Change history](https://skmtc.dev/sysadminsmedia/apis/homebox-api/changes/v1/maintenance/:id/put.md)

---

[API](https://skmtc.dev/sysadminsmedia/apis/homebox-api.md) · [All operations](https://skmtc.dev/sysadminsmedia/apis/homebox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sysadminsmedia/homebox-api/revisions/f19934d1b3ab/schema)
