Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface UpdateSessionRequest

    Request parameters for update_session

    Update live stream information, including cover, title, description, and type (test live or normal live). (For TW, ID, TH, PH, MY, SG, VN)

    interface UpdateSessionRequest {
        cover_image_url: string;
        description?: string;
        is_test: boolean;
        session_id: number;
        title: string;
    }
    Index

    Properties

    cover_image_url: string

    The cover image url of the livestream session.Please call the v2.livestream.upload_image to upload the cover image file and get the cover_image_url.

    description?: string

    The description of the livestream session, cannot exceed 200 characters.

    is_test: boolean

    Indicate whether this livestream session if for testing purpose only.

    session_id: number

    The identifier of livestream session.

    title: string

    The title of the livestream session, cannot exceed 200 characters.