Update task code, schedule settings, and activation status
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The body is of type string.
"task foo {\n stack {\n var $x1 {\n value = $input.score + 1\n }\n }\n schedule {\n events = [{starts_on: 2025-07-25 20:00:12+0000, freq: 900}]\n }\n}\n"
Success!