@jellyfin/sdk
    Preparing search index...

    Interface EnvironmentApiGetParentPathRequest

    Request parameters for getParentPath operation in EnvironmentApi.

    EnvironmentApiGetParentPathRequest

    interface EnvironmentApiGetParentPathRequest {
        path: string;
    }
    Index

    Properties

    Properties

    path: string

    The path.

    EnvironmentApiGetParentPath