videosphere
    Preparing search index...

    Partial update payload for an existing livestream document.

    interface UpdateLivestreamPatch {
        status?: LivestreamStatus;
        title?: string;
        description?: string;
        tags?: string[];
        visibility?: PlatformUploadVisibility;
        targets?: ConnectedAccountPlatform[];
        platforms?: LivestreamPlatforms;
        platformsPatch?: unknown;
        scheduledStartTime?: string;
        scheduledStartTimeZone?: string;
        thumbnailR2Key?: string;
        thumbnailContentType?: string;
        youtubeBroadcastId?: string;
        youtubeBoundStreamId?: string;
        keySlot?: LivestreamKeySlot;
        keySwapPromotedAt?: string;
        keySlotStaleAt?: string;
        autoPromoteToMainKey?: boolean;
        autoPromoteToMainKeyMinutes?: number;
        youtubeLifecycleStatus?: string;
        facebookLiveVideoId?: string;
        facebookStreamUrl?: string;
        facebookArmedAt?: string;
        facebookLifecycleStatus?: string;
    }
    Index

    Properties

    title?: string
    description?: string
    tags?: string[]
    platformsPatch?: unknown

    Partial platforms merge (PATCH bodies); merged via mergeLivestreamPlatformsPatch.

    scheduledStartTime?: string
    scheduledStartTimeZone?: string
    thumbnailR2Key?: string
    thumbnailContentType?: string
    youtubeBroadcastId?: string
    youtubeBoundStreamId?: string
    keySwapPromotedAt?: string
    keySlotStaleAt?: string
    autoPromoteToMainKey?: boolean
    autoPromoteToMainKeyMinutes?: number
    youtubeLifecycleStatus?: string
    facebookLiveVideoId?: string
    facebookStreamUrl?: string
    facebookArmedAt?: string
    facebookLifecycleStatus?: string