rozod
    Preparing search index...

    Variable getDeveloperProductsDeveloperproductidNameDescriptionConst Api Param

    getDeveloperProductsDeveloperproductidNameDescription: EndpointGeneric<
        { developerProductId: number },
        {
            data: {
                description: string;
                languageCode: string;
                name: string;
                updateType: "Invalid" | "Name" | "Description";
            }[];
        },
        undefined,
    > = ...

    GET https://gameinternationalization.roblox.com/v1/developer-products/:developerProductId/name-description Get all names and descriptions of a developer product developerProductId The developer product Id