# Update a Maintenance Endpoint: PUT /maintenance/{id} Version: 6.10.0 Security: BasicAuth, ApiKey ## Path parameters: - `id` (integer, required) ## Request fields (application/json): - `id` (integer) - `name` (string) - `type` (string) - `start` (number) - `period` (number) - `attributes` (object) ## Response 200 fields (application/json): - `id` (integer) - `name` (string) - `type` (string) - `start` (number) - `period` (number) - `attributes` (object)