Publish Task Version (Legacy)
Tasks (Legacy)
Publish Task Version (Legacy)
Publishes a specific version of a task. This creates a new version if it doesn’t exist, or updates an existing version’s metadata.
If you are using the new Task Builder, see the non-deprecated Tasks endpoints in this API reference.
POST
Publish Task Version (Legacy)
Documentation Index
Fetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key passed in the header
Path Parameters
The ID of the task
The version to publish (cannot be draft)
Pattern:
^\d+$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 version published successfully

