---
title: "POST /note.document.update"
method: POST
path: "/note.document.update"
tags: ["note"]
---

# POST /note.document.update

`POST /note.document.update`

## Request body

- object
  - `overwrite` boolean
  - `id` integer
  - `fields` object, required
    - `title` string
    - `markdown` string
  - `filter` unknown[]
    - unknown

## Response `200`

Success response

- object
  - `result` object
    - `item` BitrixNoteDocumentitemdto
      - `id` integer
      - `collectionId` integer
      - `parentId` integer
      - `title` string
      - `markdown` string
      - `position` integer
      - `createdBy` integer
      - `updatedBy` integer
      - `createdAt` string
      - `updatedAt` string

---

[API](https://skmtc.dev/bitrix24/apis/bitrix24-rest-v3-api.md) · [All operations](https://skmtc.dev/bitrix24/apis/bitrix24-rest-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitrix24/bitrix24-rest-v3-api/revisions/3660cc6bfaf5/schema)
