Skip to main content

Update webhook

PATCH 

/webhooks/:webhookId

Updates a webhook's details, i.e., its metadata

Request

Path Parameters

    webhookId stringrequired

    Web Hook Param

Query Parameters

    siteId string

    Site Identifier

Body

required

    name stringrequired

    Name of webhook

    ttl string

    Webhook time to live (expiry in seconds)

    enabled string

    Is webhook enabled

    tags

    object[]

    List of document tags

  • Array [

  • key stringrequired

    Tag key

    value string

    Tag value

    values string[]

    Tag values

  • ]

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    message string

    Result message

Loading...