Update a webhook
PUT {{baseUrl}}/api/v1/integration/webhooks/configuration/webhooks/:webhook_name
Updates the endpoint with the name <WEBHOOK_NAME>
.
Request Body
{"custom_headers"=>"ea nostrud in pariatur non", "encode_as"=>"json", "name"=>"WEBHOOK_NAME", "payload"=>"non ", "url"=>"https://example.com/webhook"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"name":"WEBHOOK_NAME","url":"https://example.com/webhook","custom_headers":"id veniam consectetur ullamco","encode_as":"json","payload":"do offi"}