Updates a webhook for a process
Request
PUT https://{hostname}:{port}
/cli/process/{process}/webhooks/{webhook}?{parameters}
Parameter | Type | Required | Description |
---|---|---|---|
webhookTemplate | string | true | Id or name of webhook template. |
url | string | true | Url for the webhook |
Parameter | Type | Required | Description |
---|---|---|---|
process | string | true | Id or name of process |
webhook | string | true | Id of webhook |
Related CLI command: updateWebhookForProcess.