Creates a new task or updates an existing task with the same name. Tasks are reusable code snippets that can be executed in browser sessions. Tasks support versioning with draft and published versions.
If you are using the new Task Builder, see the non-deprecated Tasks endpoints in this API reference.
API key passed in the header
Task name (letters, numbers, hyphens, and underscores only)
1 - 255^[a-zA-Z0-9_-]+$Programming language for the task
typescript Base64 encoded task code (optional)
^[A-Za-z0-9+/]*={0,2}$Optional description of the task
1000Browser configuration for task execution
Task created or updated successfully