{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Servers API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Servers", "type": "folder" }, "items": [ { "info": { "name": "Factset Starts a File Upload", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/analytics/quant/fpe/v1/files/:server/:file", "params": [ { "name": "server", "value": "", "type": "path", "description": "The server to upload the file to. Either `interactive` or `batch`." }, { "name": "file", "value": "", "type": "path", "description": "The file name to upload the file to. Existing directory can be specified." } ] }, "docs": "This endpoint takes a file and uploads it" } ] } ], "bundled": true }