configuration / notification / misc

CLI REST-API

autorepeat-events

autorepeat-events
This is a read-write object and valid values are:




See also:
/configuration/notification/misc: misc
/configuration/notification/misc/delay-pzf-not-sync-msg: delay-pzf-not-sync-msg
/configuration/notification/misc/max-event-repetition: max-event-repetition
/configuration/notification/misc/enable-heartbeat: enable-heartbeat
/configuration/notification/misc/heartbeat-interval: heartbeat interval in minutes

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/notification/misc


Example using curl:
curl /api/configuration/notification/misc


Method: PATCH
URL: /api/configuration/notification/misc
Body:
{
  "autorepeat-events": "never"
}

Example using curl:
curl -X PATCH /api/configuration/notification/misc -d
{
  "autorepeat-events": "never"
}