Step 6: update a webhook
You can update a webhook’s details at any point in time using the API. In the previous example, you might have noticed that theauthorizationHeader and sharedSecret were null. Let’s add those in now, as well as update the webhook URL.
Regardless of which details you’re updating, you’ll need to include the
enabled parameter in your request.200 response containing the updated webhook details.