{ "opencollection": "1.0.0", "info": { "name": "SAP BI Tools SAP Analytics Cloud Administration Import API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/authorize", "accessTokenUrl": "https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Import", "type": "folder" }, "items": [ { "info": { "name": "SAP BI Tools Import a content item", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.{datacenter}.sapanalytics.cloud/api/v1/contentnetwork/items/:itemId/import", "params": [ { "name": "itemId", "value": "", "type": "path", "description": "The unique identifier of the content item" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Imports a content item from the Content Network into the local SAP Analytics Cloud tenant. The imported content and its dependencies are created in the tenant's file repository." } ] } ], "bundled": true }