Deploy Task (Legacy)
Tasks (Legacy)
Deploy Task (Legacy)
Deploys a task by creating a new version with auto-incremented version number. This is the recommended way to publish task changes.
If you are using the new Task Builder, see the non-deprecated Tasks endpoints in this API reference.
POST
Deploy Task (Legacy)
Authorizations
API key passed in the header
Path Parameters
The ID of the task
Body
application/json
Base64 encoded task code (required for new versions)
Minimum string length:
1Pattern:
^[A-Za-z0-9+/]*={0,2}$Programming language for the task
Available options:
typescript Optional description of the version
Maximum string length:
1000Browser configuration for task execution
Response
Task deployed successfully

