Maintenance occurrences
Modifies a maintenance occurrence
Modifies a maintenance occurrence specified by its identifier.
put/maintenance.occurrences/{id}
Path parameters
idinteger required
Request body
Example request
{
"from": 1500471702,
"to": 1500475302
}Response
Successful HTTP Response
Example response
{
"message": "Occurrence successfully modified!"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.