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
Response
Task version published successfully