- URL:https://<webhooksettings-url>/update
- Version Introduced:10.7
Description
The update operation adjusts several advanced parameters that apply to every webhook.
Note:
This operation is only available in ArcGIS Enterprise 10.7.
Request parameters
Parameter | Details |
---|---|
notificationAttempts (optional) | Determines how many attempts will be made to deliver a payload. By default, this is set to three attempts. Syntax: Integer Values: 0-5 |
notificationTimeOutInSeconds (optional) | Specifies the length of time (in seconds) that the portal will wait to receive a response. By default, this is set to 10 seconds. Syntax: Integer Values: 0-60 |
notificationElapsedTimeInSeconds (optional) | Defines the amount of time between each payload delivery attempt. By default, this is set to 30 seconds. Syntax: Integer Values: 1-100 |
Example usage
https://webadaptor.domain.com/webadaptorname/sharing/rest/portals/<org ID>/webhooks/settings/update
JSON response example
{
"success": true
}