v1

latestOpenAPI 3.0.02026-08-0650184174.6 KB
Maintenance occurrences

Modifies a maintenance occurrence

Modifies a maintenance occurrence specified by its identifier.

put/maintenance.occurrences/{id}

Path parameters

idinteger required

Request body

frominteger

Beginning of the maintenance occurrence. Format UNIX time. (Only future allowed. Use 1 for the current timestamp.)

tointeger

End of the maintenance occurrence. Format UNIX time. (Only future allowed. Use 1 for the current timestamp.)

Example request

{
  "from": 1500471702,
  "to": 1500475302
}

Response

Successful HTTP Response

messagestring

Modification result description

Example response

{
  "message": "Occurrence successfully modified!"
}