{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-update-contact-log-comment-structure.json", "name": "UpdateContactLogComment", "description": "Implementation of the 'UpdateContactLogComment' model.", "type": "object", "properties": { "Id": { "type": "int32", "description": "The ID of the contact log comment to be updated. Pass a value of `0` to add a new comment to the contact log.", "example": 123456 }, "Text": { "type": "string", "description": "The new text for the comment.", "example": "example-value" } } }