updateWebhookForProcess#

Updates a webhook for a process

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  updateWebhookForProcess [parameters]

Parameters#

Parameter Type Required Description
webhookTemplate string true Id or name of webhook template.
url string true Url for the webhook
process string true Id or name of process
webhook string true Id of webhook

Related REST command: Updates a webhook for a process.

Parent topic: CLI Commands