{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Stored Procedures API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Stored Procedures", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure List Stored Procedures", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dbs/:databaseId/colls/:containerId/sprocs", "headers": [ { "name": "x-ms-version", "value": "" } ], "params": [ { "name": "databaseId", "value": "", "type": "path", "description": "The ID of the database." }, { "name": "containerId", "value": "", "type": "path", "description": "The ID of the container (collection)." } ] }, "docs": "Returns a list of stored procedures under the specified container." }, { "info": { "name": "Microsoft Azure Create a Stored Procedure", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dbs/:databaseId/colls/:containerId/sprocs", "headers": [ { "name": "x-ms-version", "value": "" } ], "params": [ { "name": "databaseId", "value": "", "type": "path", "description": "The ID of the database." }, { "name": "containerId", "value": "", "type": "path", "description": "The ID of the container (collection)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new stored procedure in the specified container." } ] } ], "bundled": true }