The Open API specification for Synapse is now available for download!

Download Open API Spec

PUT /curation/task/{taskId}/status

Update the status of a CurationTask. The caller must have UPDATE access on the task's project or be an assignee of the task.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/curation/task/{taskId}/status

Resource URL Variables
{taskId} the ID of the CurationTask
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method PUT
Request Object TaskStatus
(application/json)
Response Object TaskStatus
(application/json)