v1
latestOpenAPI 3.0.12026-07-268028223.9 KBNotes
Update a note
Update a note. Only provided fields change; tag_ids and references replace their complete sets.
patch/v1/households/{household_id}/notes/{id}
Path parameters
idstring required
The note ID
Headers
Idempotency-Keystring
Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.
Request body
Example request
{
"note": {
"content": "Important meeting notes from client discussion"
}
}Response
note updated
Example response
{
"id": "abc123xyz",
"content": "Meeting notes from client discussion",
"book_id": "book123xyz",
"household_id": "household123xyz",
"created_by_id": "user123xyz"
}