{ "opencollection": "1.0.0", "info": { "name": "Azure Cosmos DB Data Plane REST Collections Databases API", "version": "2018-12-31" }, "items": [ { "info": { "name": "Databases", "type": "folder" }, "items": [ { "info": { "name": "List databases", "type": "http" }, "http": { "method": "GET", "url": "https://{databaseaccount}.documents.azure.com/dbs", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List databases" }, { "info": { "name": "Create a database", "type": "http" }, "http": { "method": "POST", "url": "https://{databaseaccount}.documents.azure.com/dbs", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a database" }, { "info": { "name": "Get a database", "type": "http" }, "http": { "method": "GET", "url": "https://{databaseaccount}.documents.azure.com/dbs/:dbId", "params": [ { "name": "dbId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a database" }, { "info": { "name": "Delete a database", "type": "http" }, "http": { "method": "DELETE", "url": "https://{databaseaccount}.documents.azure.com/dbs/:dbId", "params": [ { "name": "dbId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a database" } ] } ], "bundled": true }