Updates a webhook for a process

Request

PUT https://{hostname}:{port}
    /cli/process/{process}/webhooks/{webhook}?{parameters}
Table 1. Request 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.
webhookProxyUsername string false Username for authentication with http proxy..
webhookProxyPassword string false Password for authentication with http proxy.
Table 2. URL parameters
Parameter Type Required Description
process string true Id or name of process
webhook string true Id of webhook

Related CLI command: updateWebhookForProcess.