useresponse
    Preparing search index...

    Interface ManageUserNoteParams

    interface ManageUserNoteParams {
        content: string;
        remind_at?: string;
    }
    Index

    Properties

    Properties

    content: string

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

    My first note
    
    remind_at?: string

    Not empty string containing user’s name

    2017-10-13 18:29:00