@jellyfin/sdk
    Preparing search index...

    Interface StudioApiGetStudioRequest

    Request parameters for getStudio operation in StudioApi.

    interface StudioApiGetStudioRequest {
        name: string;
        userId?: string;
    }
    Index
    name: string

    Studio name.

    userId?: string

    Optional. Filter by user id, and attach user data.