{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/engagement-notes-note-update-request-structure.json", "name": "NoteUpdateRequest", "description": "Request body for updating a note", "type": "object", "properties": { "properties": { "type": "object", "description": "The note properties to update", "additionalProperties": { "type": "string" }, "example": { "hs_note_body": "Updated meeting notes - client confirmed interest in premium tier." } } }, "required": [ "properties" ] }