cURL
curl --request PUT \ --url https://tms.universal.rollout.com/api/webhooks/{id} \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "event": "<string>", "filters": {} } '
{ "id": "<string>", "status": "<string>", "event": "<string>", "url": "<string>", "filters": {} }
Show child attributes
OK