---
title: "fills the data on a column of the given table"
method: POST
path: "/api/notebook/fillColumn"
---

# fills the data on a column of the given table

`POST /api/notebook/fillColumn`

fills the data on a column of the given table

## Query parameters

- `notebookId` string, required

## Request body

- object
  - `tableId` string, required — the id of the table you want to fill
  - `columnName` string, required — the name of the column you want to fill
  - `columnData` string[], required — the content of the column

## Response `200`

Ok

## Changes

> 8 revisions in range; 1 could not be searched.

- **2023-11-27** `c2d57e621a13` — 6 breaking, 1 info
  - the request property `columnData` became required
  - the request property `columnName` became required
  - the request property `tableId` became required
  - the `columnData` request property type/format changed from ``/`` to `array`/``
  - …3 more
- **2023-11-20** `ee7eb73634d2` — 3 breaking, 3 info
  - the `columnData` request property type/format changed from `array`/`` to ``/``
  - the `columnName` request property type/format changed from `string`/`` to ``/``
  - the `tableId` request property type/format changed from `string`/`` to ``/``
  - the request property `columnData` became optional
  - …2 more
- **2023-11-19** `35c27bb79744` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2023-11-08** `d0f9de8761ec` — 1 info
  - endpoint added
- **2023-10-27** `f8c8d4256dda` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/decipad/apis/create-and-modify-a-decipad-notebook/changes/api/notebook/fillColumn/post.md)

---

[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)
