{ "opencollection": "1.0.0", "info": { "name": "Budibase Public Applications Tables API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-budibase-api-key", "value": "{{x-budibase-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Tables", "type": "folder" }, "items": [ { "info": { "name": "Search for tables", "type": "http" }, "http": { "method": "GET", "url": "https://budibase.app/api/public/v1/tables", "body": { "type": "json", "data": "{}" } }, "docs": "Search for tables" }, { "info": { "name": "Create a table", "type": "http" }, "http": { "method": "POST", "url": "https://budibase.app/api/public/v1/tables", "body": { "type": "json", "data": "{}" } }, "docs": "Create a table" }, { "info": { "name": "Retrieve a table", "type": "http" }, "http": { "method": "GET", "url": "https://budibase.app/api/public/v1/tables/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a table" }, { "info": { "name": "Update a table", "type": "http" }, "http": { "method": "PUT", "url": "https://budibase.app/api/public/v1/tables/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a table" }, { "info": { "name": "Delete a table", "type": "http" }, "http": { "method": "DELETE", "url": "https://budibase.app/api/public/v1/tables/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a table" } ] } ], "bundled": true }