puthttps://api.circle.com/v1/w3s/contracts/monitors/{id}
Update an existing event monitor given its ID.
Event Monitor ID.
Indicates whether the event monitor should be active (true) or inactive (false).
1{
2 "data": {
3 "eventMonitor": {
4 "id": "e3c998a5-bdf1-4f3e-812f-24da238c0fff",
5 "blockchain": {},
6 "contractAddress": "0x1e124d7384cd34448ea5907bd0052a79355ab5eb",
7 "eventSignature": "Transfer(address indexed from, address indexed to, uint256 value)",
8 "eventSignatureHash": "0xd3d3dd4b1fd3e53f94deb24e763485b4c925345c5abfa9ad529c67aa55a3b784",
9 "isEnabled": true
10 }
11 }
12}