Update an outbound webhook endpoint
Webhook Endpoints
Update Webhook Endpoint
PATCH
Update an outbound webhook endpoint
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Human-readable name for this endpoint
Example:
"Slack #alerts"
Destination URL for webhook delivery
Example:
"https://hooks.slack.com/services/T00/B00/xxx"
Payload format: slack uses the Slack incoming-webhook shape
Available options:
slack, generic Event types this endpoint subscribes to
Example:
[
"budget.threshold_reached",
"policy.violation"
]Enable or disable delivery to this endpoint
Example:
true
Response
200 - undefined