Skip to main content

Update webhook

Update a webhook.

Path Parameters
    id string required

    The webhook id to update.

Request Body required
    body object
    url URL to send the webhook to (valid absolute URI via RFC 3986)
    description string
    subscribed_events string[]
    headers object
    property name* string
    state string
    metadata object
Responses

A successful response.


Schema
    webhook object
    id string
    description string
    url string
    subscribed_events string[]
    headers object
    property name* string
    secrets object[]
  • Array [
  • id string
    value string
  • ]
  • state string
    metadata object
    created_at date-time
    updated_at date-time
Loading...