ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface UpdatePostData

    interface UpdatePostData {
        title?: string;
        content?: string;
        type?: PostType;
        priority?: PostPriority;
        isPinned?: boolean;
        isPublic?: boolean;
        publishedAt?: Date;
    }
    Index

    Properties

    title?: string
    content?: string
    type?: PostType
    priority?: PostPriority
    isPinned?: boolean
    isPublic?: boolean
    publishedAt?: Date