Saxonberg Server API
    Preparing search index...

    Interface PublishRequest

    The publish request — everything an author supplies. The author is NOT a field here: it is derived from the execution context inside the logic.

    interface PublishRequest {
        body?: string;
        expiresAt?: number;
        headline: string;
        kind?: BulletinKind;
        pinned?: boolean;
        realm?: BulletinRealm;
    }
    Index

    Properties

    body?: string
    expiresAt?: number

    Expiry, epoch-ms; 0 / omitted = never expires.

    headline: string
    pinned?: boolean