Replace Webhook
PUT/v1/webhooks/:webhookId
This endpoint replaces the whole value of a Webhook identified by the webhookId
parameter.
Important: As this endpoint is doing a complete replace, it's important to set every other attribute that you don't want to change in its original state. Not listing one means it will reset.
Request
Responses
- 200
- 400
- 404
- 429
When the replace was successful.
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.