Update Webhook Endpoint
This method allows the user to update a webhook endpoint.
Query Parameters |
---|
webhookIdDto object — REQUIRED |
Header Parameters |
---|
TZ The timezone header is optional. If provided, the header value will be applied to the API response's date and time fields. If the timezone header is not included, the default UTC timezone will be used and returned to the response. |
Request Body — REQUIRED | |
---|---|
id int64 | |
url string | |
enabledEvents object[]
| |
secret string | |
dateEventCountMap object | |
status string | |
createdAt date-time |
Responses | |||||||||
---|---|---|---|---|---|---|---|---|---|
200 OK
|