Skip to main content
You are viewing v3 of the Coralogix API. v5 is the current version. Go to the v5 reference

Update an outgoing webhook

PUThttps://api.coralogix.com/mgmt/openapi/3/integrations/webhooks/v1

No description available

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json
    data#objectoneOf
    data.name#string
    Example: my_webhook
    data.type#WebhookType

    Possible values: [UNKNOWN, GENERIC, SLACK, PAGERDUTY, SEND_LOG, EMAIL_GROUP, MICROSOFT_TEAMS, JIRA, OPSGENIE, DEMISTO, AWS_EVENT_BRIDGE, IBM_EVENT_NOTIFICATIONS, MS_TEAMS_WORKFLOW]

    data.url#string
    Example: slack.webhook.com
    id#string
    Example: example_id

Response

application/json
The response is of type object.