- URL:https://<webhookID-url>/activate
- Version Introduced:10.7
Description
The activate operation restarts a deactivated webhook. When activated, payloads will be delivered to the payload URL when the webhook is invoked.
Note:
This operation was introduced in ArcGIS Enterprise 10.7.
Example usage
https://webadaptor.domain.com/webadaptorname/sharing/rest/portals/<org ID>/webhooks/<webhook ID>/activate
JSON response example
{
"success": true
}