---
title: "PUT /api/v1/document/document-notes/{id}/"
method: PUT
path: "/api/v1/document/document-notes/{id}/"
tags: ["document", "v1"]
---

# PUT /api/v1/document/document-notes/{id}/

`PUT /api/v1/document/document-notes/{id}/`

Fill in "self.action_message" attribute to use later to save Action.message (see dispatch method)

## Path parameters

- `id` string, required

## Request body

- DocumentNoteUpdate
  - `note` string, required
  - `selections` object[]

## Response `200`

- DocumentNoteUpdate
  - `note` string, required
  - `selections` object[]

## Changes

- **2021-05-24** `8167164be9cc` — 1 info
  - added the optional property `selections` to the response with the `200` status
- **2020-12-11** `0957c4a7ae3d` — 1 warning
  - removed the optional property `selections` from the response with the `200` status

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/document/document-notes/:id/put.md)

---

[API](https://skmtc.dev/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.dev/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/revisions/3429f921b4cb/schema)
