{ "opencollection": "1.0.0", "info": { "name": "AI Service Actions Sandboxes API", "version": "1.0.0" }, "items": [ { "info": { "name": "Sandboxes", "type": "folder" }, "items": [ { "info": { "name": "Create sandbox", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/sandboxes", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is intended to create Python/R Sandboxes.\n" }, { "info": { "name": "Get sandbox", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/sandboxes/:appId", "params": [ { "name": "appId", "value": "", "type": "path" } ] }, "docs": "This endpoint is intended to get details for Python/R Sandboxes.\n" }, { "info": { "name": "Update sandbox", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/sandboxes/:appId", "params": [ { "name": "appId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is intended to update Python/R Sandboxes.\n" }, { "info": { "name": "Delete sandbox", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/sandboxes/:appId", "params": [ { "name": "appId", "value": "", "type": "path" } ] }, "docs": "This endpoint is intended to delete Python/R Sandboxes.\n" } ] } ], "bundled": true }