Create a new scheduled task using XanoScript
Create a new scheduled task using XanoScript
Authentication: required
POST
Create a new scheduled task using XanoScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
The body is of type string.
Example:
"task foo {\n stack {\n var $x1 {\n value = 1\n }\n }\n schedule = [{starts_on: 2025-10-28 18:03:58+0000, freq: 900}]\n}\n"
Response
Success!
Create a new scheduled task using XanoScript