Zendesk Put Api V2 Comment_redactions Ticket_comment_id

Redaction allows you to permanently remove words, strings, or attachments from a ticket comment. In the `html_body` of the comment, wrap the content you want redacted in `` tags. Example: ```json { "html_body": "My ID number is 847564!", "ticket_id":100 } ``` The characters in the redact tag will be replaced by the ▇ symbol. To redact HTML elements such inline images, anchor tags, and links, add the `redact` tag att...