Tasks

Create or Update Task Draft

Creates or updates the draft version of a task. Draft versions are used for development and testing before publishing.

post/v1/task/{taskId}/draft

Path parameters

taskIdstring uuid required

The ID of the task

Request body

codestring required

Base64 encoded task code

language'typescript'

Programming language for the task

descriptionstring

Optional description of the version

Response

Task draft created or updated successfully

Changes