rozod
    Preparing search index...

    Variable patchAutolocalizationGamesGameidSettingsConst Api Param

    patchAutolocalizationGamesGameidSettings: EndpointGeneric<
        { gameId: number },
        Record<string, never>,
        {
            isAutolocalizationEnabled: boolean;
            isAutomaticEntriesDeletionsEnabled: boolean;
            isAutomaticEntriesSettingEnabled: boolean;
            shouldUseLocalizationTable: boolean;
        },
    > = ...

    PATCH https://localizationtables.roblox.com/v1/autolocalization/games/:gameId/settings Sets a game's auto-localization related settings body The request body. gameId The id of the game.