Skip to content

Update Maintenance Entry

PUT
/v1/maintenance/{id}
curl --request PUT \
--url https://example.com/api/v1/maintenance/example \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{ "completedDate": "example", "cost": "0", "description": "example", "name": "example", "scheduledDate": "example" }'
id
required
string

Maintenance ID

Entry Data

Media type application/json
object
completedDate
string
cost
string
Example
0
description
string
name
string
scheduledDate
string

OK

Media type application/json
object
completedDate
string
cost
string
description
string
id
string
name
string
scheduledDate
string
Example
{
"cost": "0"
}