---
title: "Update Smartadvocate Note"
method: PATCH
path: "/smartadvocate/notes/{note_id}"
tags: ["SmartAdvocate"]
---

# Update Smartadvocate Note

`PATCH /smartadvocate/notes/{note_id}`

Update a SmartAdvocate case note.

Requires developer access.

## Path parameters

- `note_id` integer, required

## Request body

- SmartAdvocateUpdateNoteRequest — Request to update a case note
  - `note_text` string, required
  - `subject` string, nullable

## Response `200`

Successful Response

- SmartAdvocateUpdateNoteResponse — Response from updating a note
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
