Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebhookUpdateEvent

Type representing the event returned when a webhook is created.

This is sent once a webhook is setup.

Headers:

User-Agent: Codewars Hookbot
Content-Type: application/json
X-Webhook-Event: webhook
X-Webhook-Secret: <secret>

Hierarchy

  • WebhookUpdateEvent

Index

Properties

Properties

action: "updated"

Once

webhook: { id: string }

Information on the webhook created

Type declaration

  • id: string

    The id of the webhook, will be returned in other events.

Generated using TypeDoc