---
title: "inserts an empty column in an existing table"
method: POST
path: "/api/notebook/insertEmptyTableColumn"
---

# inserts an empty column in an existing table

`POST /api/notebook/insertEmptyTableColumn`

inserts an empty column in an existing table

## Query parameters

- `notebookId` string, required

## Request body

- object
  - `tableId` string, required — the id of the table you want to insert a column into
  - `columnName` string, required — the name of the new column. Must contain no spaces or weird characters

## Response `200`

Ok

- object
  - `result` unknown
  - `notebookErrors` unknown[]
    - unknown

---

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