POST /curation/task/{taskId}/execute/async/start
Start an asynchronous job to execute the automated computation for a curation task. The task must be in NOT_STARTED state and have ExecutableTaskExecutionDetails. The caller must be an assignee of the task or have UPDATE access on the task's project.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/curation/task/{taskId}/execute/async/start
Resource URL Variables
| {taskId} | the ID of the CurationTask to execute |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view , modify |
| HTTP Method | POST |
| Request Object | None |
| Response Object | AsyncJobId (application/json) |