curl -X POST http://localhost:3001/monitor/a1b2c3d4 \ -H "Content-Type: application/json" \ -d '{"intervalMs": 60000}'
{ "success": true, "data": { "reportId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "githubUrl": "https://github.com/ripple/rippled", "intervalMs": 60000, "message": "Monitoring started" } }
Start continuously monitoring a repo for changes
Show properties