Skip to main content

Update webhook

PUT 

/v1/webhooks/:id

Update webhook

Request

Path Parameters

    id numberrequired

Body

    name string
    description string
    url string
    httpMethod string

    Possible values: [POST, GET, PATCH, PUT, DELETE]

    headers object[]
    payload object

Responses

Successful

Schema

    string

Loading...