rozod
    Preparing search index...

    Variable postAutolocalizationGamesGameidAutolocalizationtableConst Api Param

    postAutolocalizationGamesGameidAutolocalizationtable: EndpointGeneric<
        { gameId: number },
        {
            assetId: number;
            autoLocalizationTableId: string;
            isAutolocalizationEnabled: boolean;
            isAutomaticEntriesDeletionEnabled: boolean;
            isAutomaticEntriesSettingEnabled: boolean;
            shouldUseLocalizationTable: boolean;
            sourceLanguage: string;
        },
        undefined,
    > = ...