HubSpot · JSON Structure

Engagement Notes Note Update Request Structure

Request body for updating a note

Type: object Properties: 1 Required: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

NoteUpdateRequest is a JSON Structure definition published by HubSpot, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

properties

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
  ]
}