{ "type": "object", "description": "Request body for updating a call", "properties": { "properties": { "type": "object", "description": "The call properties to update", "example": { "hs_call_title": "Updated Discovery Call", "hs_call_disposition": "connected" } } }, "required": [ "properties" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CallUpdateRequest" }