rozod
    Preparing search index...

    Variable patchGameLocalizationRolesGamesGameidConst Api Param

    patchGameLocalizationRolesGamesGameid: EndpointGeneric<
        { gameId: number },
        Record<string, never>,

            | undefined
            | {
                assigneeId: number;
                assigneeType: "user"
                | "group"
                | "groupRole";
                revoke: boolean;
                role: "translator";
            },
    > = ...

    PATCH https://translationroles.roblox.com/v1/game-localization-roles/games/:gameId Assigns or revokes a role body The request body gameId The id of the game