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

---

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