Request body for updating a note
{ "type": "object", "description": "Request body for updating a note", "properties": { "properties": { "type": "object", "description": "The note properties to update", "example": { "hs_note_body": "Updated meeting notes - client confirmed interest in premium tier." } } }, "required": [ "properties" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NoteUpdateRequest" }