Tsarr Documentation - v1.11.0
    Preparing search index...

    Type Alias PostPlexSelectServerData

    type PostPlexSelectServerData = {
        body: { connections?: string };
        path?: never;
        query: {
            machineIdentifier: string;
            name: string;
            uri: string;
            local?: string;
        };
        url: "/plex/select-server";
    }
    Index

    Properties

    Properties

    body: { connections?: string }
    path?: never
    query: { machineIdentifier: string; name: string; uri: string; local?: string }

    Type Declaration

    • machineIdentifier: string

      Machine identifier

    • name: string

      Server name

    • uri: string

      Connection URI

    • Optionallocal?: string

      Is local connection

    url: "/plex/select-server"