rozod
    Preparing search index...

    Variable postGamesUniverseidFavoritesConst Api Param

    postGamesUniverseidFavorites: EndpointGeneric<
        { universeId: number },
        Record<string, never>,
        { isFavorited: boolean },
    > = ...

    POST https://games.roblox.com/v1/games/:universeId/favorites Favors (or unfavors) a game for the authenticated user body Request data. universeId The Id of the universe.