Update webhook

PUT https://{{queries_url}}.envia.com/webhooks/{{webhook_id}}

Update webhook by id.

Request Body

{"type_id"=>1, "url"=>"http://test-url.com", "active"=>1}

RESPONSES

status: OK

{"data":true}