Tasks

Deploy Task

Deploys a task by creating a new version with auto-incremented version number. This is the recommended way to publish task changes.

post/v1/task/{taskId}/deploy

Path parameters

taskIdstring uuid required

The ID of the task

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 deployed successfully

Changes