---
title: "updates the data on a table row"
method: POST
path: "/api/notebook/fillRow"
---

# updates the data on a table row

`POST /api/notebook/fillRow`

updates the data on a table row

## Query parameters

- `notebookId` string, required

## Request body

- object
  - `tableId` string, required — the id of the table you want to append a new row into
  - `rowIndex` integer, required — the index of the row you want to change. starts at 0
  - `rowData` string[], required — the content of that row

## Response `200`

Ok

---

[API](https://skmtc.dev/decipad/apis/create-and-modify-a-decipad-notebook.md) · [All operations](https://skmtc.dev/decipad/apis/create-and-modify-a-decipad-notebook/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decipad/create-and-modify-a-decipad-notebook/revisions/5f77d79b504f/schema)
