Update a row¶
Below API specs allow to update data of a specific row in a worksheet.
HTTP Request¶
PATCH https://api.sheetson.com/v2/sheets/
sheetName/
rowIndex
Path Parameters¶
Parameters | |
---|---|
sheetName |
string Name of the sheet containing data |
rowIndex |
number Position of the row to retrieve data |
Headers¶
Parameters | |
---|---|
Authorization |
Bearer YOUR_API_KEY |
X-Spreadsheet-Id |
string The ID of the spreadsheet to create new a row |
Request body¶
Request body contains object with keys are worksheet headers and values to update into cell.
Response body¶
Response body contains JSON object with rowIndex
and requesting data.