{ "opencollection": "1.0.0", "info": { "name": "Lightdash AiAgents Spotlight API", "version": "0.3156.1" }, "items": [ { "info": { "name": "Spotlight", "type": "folder" }, "items": [ { "info": { "name": "Get spotlight table config", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/projects/:projectUuid/spotlight/table/config", "params": [ { "name": "projectUuid", "value": "", "type": "path" } ] }, "docs": "Get spotlight table configuration" }, { "info": { "name": "Update spotlight table config", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/projects/:projectUuid/spotlight/table/config", "params": [ { "name": "projectUuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or update spotlight table configuration" }, { "info": { "name": "Reset spotlight table config", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/projects/:projectUuid/spotlight/table/config", "params": [ { "name": "projectUuid", "value": "", "type": "path" } ] }, "docs": "Reset spotlight table configuration to defaults" } ] } ], "bundled": true }