Update task code, schedule settings, and activation status
Update task code, schedule settings, and activation status
PUT
Update task code, schedule settings, and activation status
Documentation Index
Fetch the complete documentation index at: https://docs.xano.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Body
The body is of type string.
Example:
"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"
Response
Success!
Update task code, schedule settings, and activation status