Update a webhook
PATCH {{base_url}}/api/1.0/webhooks/:webhook_id
Update the details of a specific webhook.
Full documentation: Merchant API - Update a webhook
Request Body
{"url"=>"http://example.com", "events"=>["ORDER_COMPLETED"]}
PATCH {{base_url}}/api/1.0/webhooks/:webhook_id
Update the details of a specific webhook.
Full documentation: Merchant API - Update a webhook
{"url"=>"http://example.com", "events"=>["ORDER_COMPLETED"]}