{ "opencollection": "1.0.0", "info": { "name": "Quadratic Developer Agent Connections Tables API", "version": "0.26.9" }, "items": [ { "info": { "name": "Tables", "type": "folder" }, "items": [ { "info": { "name": "Creates a new data table on the given sheet.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/files/:file_id/tables", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "File UUID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a new data table on the given sheet." }, { "info": { "name": "Updates table-level metadata (name, header visibility, alternating\nrow colors, etc.). Only the fields you supply are changed.", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/files/:file_id/tables", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "File UUID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates table-level metadata (name, header visibility, alternating\nrow colors, etc.). Only the fields you supply are changed." }, { "info": { "name": "Updates per-column settings (display name, sort, filter) on a table.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/files/:file_id/tables/columns", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "File UUID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates per-column settings (display name, sort, filter) on a table." }, { "info": { "name": "Converts a plain range of cells into a structured data table.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/files/:file_id/tables/from-range", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "File UUID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Converts a plain range of cells into a structured data table." } ] } ], "bundled": true }