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

    Type Alias PostPlexTestConnectionData

    type PostPlexTestConnectionData = {
        body?: never;
        path?: never;
        query: { uri: string };
        url: "/plex/test-connection";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query: { uri: string }

    Type Declaration

    • uri: string

      Server URI

    url: "/plex/test-connection"