---
title: "Update margin note feedback"
method: PATCH
path: "/reader/margin-notes/{note_id}"
tags: ["AI"]
---

# Update margin note feedback

`PATCH /reader/margin-notes/{note_id}`

Mark a margin note as dismissed or helpful

## Path parameters

- `note_id` integer, required

## Request body

- object
  - `dismissed` boolean
  - `helpful` boolean

## Response `200`

OK

- SchemaMarginNote
  - `book_id` string
  - `cfi` string
  - `chapter` string
  - `confidence` number
  - `content` string
  - `ctime` integer
  - `dismissed` boolean
  - `helpful` boolean
  - `id` integer
  - `related_book_id` string
  - `related_book_title` string
  - `related_highlight` string
  - `user_id` integer
  - `utime` integer

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/lxpio/apis/omnigram-api.md) · [All operations](https://skmtc.net/lxpio/apis/omnigram-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lxpio/omnigram-api/versions/58911ffb3093/schema)
