{ "opencollection": "1.0.0", "info": { "name": "Oracle Database Oracle Cloud Infrastructure Database APEX Indexes API", "version": "20160918" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Indexes", "type": "folder" }, "items": [ { "info": { "name": "Oracle Database Create a collection index", "type": "http" }, "http": { "method": "POST", "url": "https://database.{region}.oraclecloud.com/20160918/custom-actions/index/:collection", "params": [ { "name": "collection", "value": "", "type": "path", "description": "The name of the SODA collection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an index on the specified collection based on the SODA index specification provided in the request body." }, { "info": { "name": "Oracle Database Drop a collection index", "type": "http" }, "http": { "method": "POST", "url": "https://database.{region}.oraclecloud.com/20160918/custom-actions/unindex/:collection", "params": [ { "name": "collection", "value": "", "type": "path", "description": "The name of the SODA collection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Drops the specified index from the collection." } ] } ], "bundled": true }