{ "opencollection": "1.0.0", "info": { "name": "TetraScience Data and AI Cloud Access Groups Linked Data Apps API", "version": "4.0" }, "request": { "auth": { "type": "apikey", "key": "ts-auth-token", "value": "{{ts-auth-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Linked Data Apps", "type": "folder" }, "items": [ { "info": { "name": "Create Linked Data App", "type": "http" }, "http": { "method": "POST", "url": "https://api.tetrascience.com/v1/dataapps/apps/linked", "body": { "type": "json", "data": "{}" } }, "docs": "Create Linked Data App" }, { "info": { "name": "Update Linked Data App", "type": "http" }, "http": { "method": "PUT", "url": "https://api.tetrascience.com/v1/dataapps/apps/linked/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Linked Data App" }, { "info": { "name": "Delete Linked Data App", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tetrascience.com/v1/dataapps/apps/linked/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Linked Data App" } ] } ], "bundled": true }