rozod
    Preparing search index...

    Variable getAssetQuotasConst Api Param

    getAssetQuotas: EndpointGeneric<
        { assetType: string; resourceType: string; useDummyData?: boolean },
        {
            quotas: {
                capacity: number;
                duration: string;
                expirationTime: string;
                usage: number;
            }[];
        },
        undefined,
    > = ...

    GET https://publish.roblox.com/v1/asset-quotas List asset quotas of the given resource type and asset type. resourceType Resource type of the asset quota assetType Asset type of the asset quota useDummyData Use dummy data for testing. This is for internal use only