{ "opencollection": "1.0.0", "info": { "name": "Quadratic Developer Agent Connections Columns and rows API", "version": "0.26.9" }, "items": [ { "info": { "name": "Columns and rows", "type": "folder" }, "items": [ { "info": { "name": "Inserts one or more columns at the given position.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/files/:file_id/columns", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "File UUID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Inserts one or more columns at the given position." }, { "info": { "name": "Deletes the named columns from the sheet.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/files/:file_id/columns", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "File UUID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes the named columns from the sheet." }, { "info": { "name": "Sets the default width for columns that haven't been individually\nresized.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/files/:file_id/columns/default-size", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "File UUID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Sets the default width for columns that haven't been individually\nresized." }, { "info": { "name": "Resizes one or more columns to the given pixel width.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/files/:file_id/columns/size", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "File UUID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Resizes one or more columns to the given pixel width." }, { "info": { "name": "Inserts one or more rows at the given position.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/files/:file_id/rows", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "File UUID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Inserts one or more rows at the given position." }, { "info": { "name": "Deletes the listed rows from the sheet.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/files/:file_id/rows", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "File UUID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes the listed rows from the sheet." }, { "info": { "name": "Sets the default height for rows that haven't been individually resized.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/files/:file_id/rows/default-size", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "File UUID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Sets the default height for rows that haven't been individually resized." }, { "info": { "name": "Resizes one or more rows to the given pixel height.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/files/:file_id/rows/size", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "File UUID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Resizes one or more rows to the given pixel height." } ] } ], "bundled": true }