{ "opencollection": "1.0.0", "info": { "name": "Oracle Integration Developer Adapters Spaces 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": "Spaces", "type": "folder" }, "items": [ { "info": { "name": "Oracle Integration List Spaces", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/process/v1/spaces" }, "docs": "Retrieve a list of all workspace spaces." }, { "info": { "name": "Oracle Integration Create Space", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/process/v1/spaces", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new workspace space." }, { "info": { "name": "Oracle Integration Get Space", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/process/v1/spaces/:spaceId", "params": [ { "name": "spaceId", "value": "", "type": "path", "description": "Space identifier." } ] }, "docs": "Retrieve a specific workspace space." }, { "info": { "name": "Oracle Integration Delete Space", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/process/v1/spaces/:spaceId", "params": [ { "name": "spaceId", "value": "", "type": "path", "description": "Space identifier." } ] }, "docs": "Delete a workspace space." } ] } ], "bundled": true }