---
title: "Appends markdown text to the end of the notebook"
method: POST
path: "/api/notebook/appendText"
---

# Appends markdown text to the end of the notebook

`POST /api/notebook/appendText`

splits the markdown into separate elements and inserts them one at a time in the notebook

## Query parameters

- `notebookId` string, required

## Request body

- object
  - `markdownText` string, required — markdown text to add to the notebook

## Response `200`

Ok

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

## Changes

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

- **2023-11-27** `c2d57e621a13` — 2 breaking, 2 info
  - the request property `markdownText` became required
  - the `markdownText` request property type/format changed from ``/`` to `string`/``
  - api operation id `appendText` removed and replaced with ``
  - added the optional property `result` to the response with the `200` status
- **2023-11-20** `ee7eb73634d2` — 1 breaking, 1 warning, 1 info
  - the `markdownText` request property type/format changed from `string`/`` to ``/``
  - removed the optional property `result` from the response with the `200` status
  - the request property `markdownText` became optional
- **2023-11-19** `35c27bb79744` — 1 breaking, 2 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `notebookErrors` to the response with the `200` status
  - added the optional property `result` to the response with the `200` status
- **2023-10-27** `f8c8d4256dda` — 1 breaking, 2 warning, 1 info
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `notebookErrors` from the response with the `200` status
  - removed the optional property `result` from the response with the `200` status
  - api operation id `appendText` was added

[Change history](https://skmtc.dev/decipad/apis/create-and-modify-a-decipad-notebook/changes/api/notebook/appendText/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)
