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 |
| webhookProxyHost | string | false | Host name of http proxy. |
| webhookProxyPort | string | false | Port of http proxy. |
| Parameter | Type | Required | Description |
|---|---|---|---|
| process | string | true | Id or name of process |
| webhook | string | true | Id of webhook |
Related CLI command: updateWebhookForProcess.