Skip to main content

Update this webhook by id

PUT 

/:realm/webhooks/:webhookId

Update this webhook by id

Request

Path Parameters

    realm stringrequired

    realm name (not id!)

    webhookId stringrequired

    webhook id

Body

required

    attributes object
    id string
    enabled boolean
    url string
    secret string
    createdBy string
    createdAt string
    realm string
    eventTypes string[]

Responses

success

Loading...