configuration / notification / misc

CLI REST-API

delay-pzf-not-sync-msg

delay-pzf-not-sync-msg
This is a read-write object and valid values are signed integers.

Datatype-Help:
value must be a signed number.



See also:
/configuration/notification/misc: misc
/configuration/notification/misc/autorepeat-events: autorepeat-events
/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:
{
  "delay-pzf-not-sync-msg": 0
}

Example using curl:
curl -X PATCH /api/configuration/notification/misc -d
{
  "delay-pzf-not-sync-msg": 0
}