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

Download Open API Spec

POST /download/list/add/async/start

Start an asynchronous job to add files to a user's download list from either a view query or a folder. Use GET /download/list/add/async/get/{asyncToken} to get both the job status and job results.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/download/list/add/async/start

Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method POST
Request Object AddToDownloadListRequest
(application/json)
Response Object AsyncJobId
(application/json)