set_maintenance
Edit maintenance entries to update details or mark tasks completed. Change only specified fields while preserving the rest of the record.
Instructions
Edit a maintenance entry (see list_maintenance for ids) — e.g. mark a scheduled entry completed by setting completed_date. Only the args you pass change; the rest of the entry is re-sent as-is (the update is a full PUT).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cost | No | ||
| name | No | ||
| entry_id | Yes | ||
| description | No | ||
| completed_date | No | ||
| scheduled_date | No |