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

    Type Alias GetApiV3ConfigNamingExamplesData

    type GetApiV3ConfigNamingExamplesData = {
        body?: never;
        path?: never;
        query?: {
            renameEpisodes?: boolean;
            replaceIllegalCharacters?: boolean;
            colonReplacementFormat?: number;
            customColonReplacementFormat?: string;
            multiEpisodeStyle?: number;
            standardEpisodeFormat?: string;
            dailyEpisodeFormat?: string;
            animeEpisodeFormat?: string;
            seriesFolderFormat?: string;
            seasonFolderFormat?: string;
            specialsFolderFormat?: string;
            id?: number;
            resourceName?: string;
        };
        url: "/api/v3/config/naming/examples";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: {
        renameEpisodes?: boolean;
        replaceIllegalCharacters?: boolean;
        colonReplacementFormat?: number;
        customColonReplacementFormat?: string;
        multiEpisodeStyle?: number;
        standardEpisodeFormat?: string;
        dailyEpisodeFormat?: string;
        animeEpisodeFormat?: string;
        seriesFolderFormat?: string;
        seasonFolderFormat?: string;
        specialsFolderFormat?: string;
        id?: number;
        resourceName?: string;
    }
    url: "/api/v3/config/naming/examples"