updateWebhookForApplication#

Update an application webhook

Format#

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

Parameters#

Parameter Type Required Description
webhookTemplate string false Id or name of webhook template
url string false Url for the webhook
environment string false Id of environment to add the webhook to. This can be repeated for multiple environments.
webhook string true Id of webhook
application string true Id or name of application

Related REST command: Update an application webhook.

Parent topic: CLI Commands