Update an application webhook

Request

PUT https://{hostname}:{port}
    /cli/application/{application}/webhooks/{webhook}?{parameters}
Accept: {contentType}
Table 1. Request 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.
webhookProxyHost string false Host name of http proxy.
webhookProxyPort string false Port of http proxy.
Table 2. URL parameters
Parameter Type Required Description
webhook string true Id of webhook
application string true Id or name of application
Table 3. Header parameters
Parameter Type Required Description
Accept
  • application/json
  • application/yaml
true

Related CLI command: updateWebhookForApplication.