{ "opencollection": "1.0.0", "info": { "name": "Oracle Integration Developer Adapters Libraries API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{idcs-url}/oauth2/v1/authorize", "accessTokenUrl": "https://{idcs-url}/oauth2/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Libraries", "type": "folder" }, "items": [ { "info": { "name": "Oracle Integration List Libraries", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/integration/v1/libraries", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return." }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip before returning results." } ] }, "docs": "Retrieve a list of all JavaScript libraries." }, { "info": { "name": "Oracle Integration Get Library", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/integration/v1/libraries/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Library identifier." } ] }, "docs": "Retrieve a specific library by identifier." }, { "info": { "name": "Oracle Integration Delete Library Version", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/integration/v1/libraries/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Library identifier." } ] }, "docs": "Delete a library version." } ] } ], "bundled": true }