{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/engagement-calls-api-call-update-request-structure.json", "name": "CallUpdateRequest", "description": "Request body for updating a call", "type": "object", "properties": { "properties": { "type": "object", "description": "The call properties to update", "additionalProperties": { "type": "string" }, "example": { "hs_call_title": "Updated Discovery Call", "hs_call_disposition": "connected" } } }, "required": [ "properties" ] }