v1
latestOpenAPI 3.0.02026-07-133916139.4 KBmaintenance
Update a maintenance
put/maintenance/{id}
Path parameters
idstring required
The id of the maintenance
Example:1
The id of the maintenance
Request body
Example request
{
"title": "Database Upgrade",
"message": "Upgrading database to improve performance"
}Response
Update a maintenance
Example response
{
"id": 1,
"title": "Database Upgrade",
"message": "Upgrading database to improve performance"
}