---
title: "Modifies a maintenance occurrence"
method: PUT
path: "/maintenance.occurrences/{id}"
tags: ["Maintenance occurrences"]
---

# Modifies a maintenance occurrence

`PUT /maintenance.occurrences/{id}`

Modifies a maintenance occurrence specified by its identifier.

## Path parameters

- `id` integer, required

## Request body

- MaintenanceOccurrencesIdPut
  - `from` integer — Beginning of the maintenance occurrence. Format UNIX time. (Only future allowed. Use 1 for the current timestamp.)
  - `to` integer — End of the maintenance occurrence. Format UNIX time. (Only future allowed. Use 1 for the current timestamp.)

## Response `200`

Successful HTTP Response

- MaintenanceOccurrencesIdPutRespAttrs
  - `message` string — Modification result description

---

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