{ "opencollection": "1.0.0", "info": { "name": "Ask Sage Server Admin Sources API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-access-tokens", "value": "{{x-access-tokens}}", "placement": "header" } }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "Add source to workbook", "type": "http" }, "http": { "method": "PUT", "url": "{baseUrl}/server/source", "body": { "type": "json", "data": "{}" } }, "docs": "Add source to workbook" }, { "info": { "name": "Delete source", "type": "http" }, "http": { "method": "DELETE", "url": "{baseUrl}/server/source", "body": { "type": "json", "data": "{}" } }, "docs": "Delete source" }, { "info": { "name": "Get sources for workbook", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/get-sources", "body": { "type": "json", "data": "{}" } }, "docs": "Get sources for workbook" } ] } ], "bundled": true }