rozod
    Preparing search index...

    Variable patchDeveloperProductsV2UniversesUniverseIdDeveloperProductsProductIdConst Api Param Description

    patchDeveloperProductsV2UniversesUniverseIdDeveloperProductsProductId: EndpointGeneric<
        { productId: number; universeId: number },
        void,
        {
            description: null | string;
            imageFile: null | File;
            isForSale: null | boolean;
            isRegionalPricingEnabled: null | boolean;
            name: null | string;
            price: null | number;
            storePageEnabled: null | boolean;
        },
    > = ...

    PATCH https://apis.roblox.com/cloud/developer-products/v2/universes/:universeId/developer-products/:productId Update developer product body universeId The universe ID. productId The product ID of the developer product. Updates a developer product with the provided configuration details. Note that only fields provided in the request will be updated.