Tasks

Publish Task Version

Publishes a specific version of a task. This creates a new version if it doesn't exist, or updates an existing version's metadata.

post/v1/task/{taskId}/{taskVersion}

Path parameters

taskIdstring uuid required

The ID of the task

taskVersionstring required

The version to publish (cannot be draft)

Request body

codestring

Base64 encoded task code (required for new versions)

language'typescript'

Programming language for the task

descriptionstring

Optional description of the version

Response

Task version published successfully

Changes