{ "opencollection": "1.0.0", "info": { "name": "TestMu AI SmartUI API Documentation Autoheal Command Logs extensions API", "version": "1.0.1" }, "items": [ { "info": { "name": "extensions", "type": "folder" }, "items": [ { "info": { "name": "Fetch all extensions uploaded by the user", "type": "http" }, "http": { "method": "GET", "url": "https://api.lambdatest.com/automation/smart-ui/files/extensions", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This API fetches all the extensions which are uploaded to our lambda storage." }, { "info": { "name": "Upload new extensions in zip format to our lambda storage", "type": "http" }, "http": { "method": "POST", "url": "https://api.lambdatest.com/automation/smart-ui/files/extensions", "body": { "type": "multipart-form", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Upload new extensions in zip format to our lambda storage" }, { "info": { "name": "Delete extension from our lambda storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lambdatest.com/automation/smart-ui/files/extensions/delete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This API deletes extension from lambda storage" } ] } ], "bundled": true }