---
title: "Update Person Note"
method: POST
path: "/tree/persons/{pid}/notes/{nid}"
tags: ["Notes"]
---

# Update Person Note

`POST /tree/persons/{pid}/notes/{nid}`

Update a note attached to a person. The Person Note resource is an embedded resource, and any links to this resource are to be treated as embedded links.

## Path parameters

- `pid` string, required
- `nid` string, required

## Headers

- `Content-Type` 'application/x-fs-v1+json' | 'application/x-gedcomx-v1+json' | 'application/x-fs-v1+xml' | 'application/x-gedcomx-v1+xml', required
- `X-Reason` string

## Response `204`

The update was successful.

## Other responses

- `404` — The requested note was not found.
- `410` — The requested person has been merged or deleted.
- `429` — The request was throttled.

---

[API](https://skmtc.net/familysearch/apis/authentication-endpoints.md) · [All operations](https://skmtc.net/familysearch/apis/authentication-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/familysearch/authentication-endpoints/revisions/2b5020574a62/schema)
