useresponse
    Preparing search index...

    Interface CommentEditParams

    interface CommentEditParams {
        content?: string;
        treat_as_html?: number;
    }
    Index

    Properties

    content?: string

    The content of a new object. Supports BBcode, but HTML tags are not allowed ##### Max content length: 12000 chars

    My first comment
    
    treat_as_html?: number

    API would accept “content” parameter in HTML format. Overrides “Accept HTML Content” global setting for one request ##### Valid values: 0, 1

    0