Update an application webhook#

Request#

PUT https://{hostname}:{port}
    /cli/application/{application}/webhooks/{webhook}?{parameters}
Accept: application/json

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.
Parameter Type Required Description
webhook string true Id of webhook to remove
application string true Id of application
Parameter Type Required Description
Accept application/json true  

Related CLI command: updateWebhookForApplication.

Parent topic: application resource