updateWebhookForProcess

Updates a webhook for a process. This will unset proxy username and password. To set those as well, use updateWebhookForProcessWithCredentials.

Format

udclient [global-args...] [global-flags...]
  updateWebhookForProcess [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
webhookTemplate string false 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.
process string true Id or name of process
webhook string true Id of webhook

Related REST command: Updates a webhook for a process.