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 Tasks V2 endpoints in this API reference.

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