{ "opencollection": "1.0.0", "info": { "name": "Google Books About Append API", "version": "1.0.0" }, "items": [ { "info": { "name": "Append", "type": "folder" }, "items": [ { "info": { "name": "Google Append Values", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/v4/spreadsheets/:spreadsheetId/values/:range:append", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "spreadsheetId", "value": "{{spreadsheetId}}", "type": "path", "description": "(Required) " }, { "name": "range", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Appends values to a spreadsheet. The input range is used to search for existing data and find a \"table\" within that range. Values will be appended to the next row of the table, starting with the first column of the table. See the [guide](/sheets/api/guides/values#appending_values) and [sample code](/sheets/api/samples/writing#append_values) for specific details of how tables are detected and data is appended. The caller must specify the spreadsheet ID, range, and a valueInputOption. The `valueIn" } ] } ], "bundled": true }