rozod
    Preparing search index...

    Variable patchUniversesUniverseidConfigurationConst Api Param

    patchUniversesUniverseidConfiguration: EndpointGeneric<
        { universeId: number },
        {
            allowPrivateServers: boolean;
            fiatBasePriceId: string;
            fiatModerationStatus: 0 | 1 | 2 | 3 | 4;
            genre: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14;
            id: number;
            isArchived: boolean;
            isForSale: boolean;
            isForSaleInFiat: boolean;
            isFriendsOnly: boolean;
            isMeshTextureApiAccessAllowed: boolean;
            isRewardedOnDemandAdsAllowed: boolean;
            isStudioAccessToApisAllowed: boolean;
            name: string;
            playableDevices: (1 | 2 | 3 | 4 | 5)[];
            price: number;
            privacyType: string;
            privateServerPrice: number;
            universeAnimationType: 1 | 2;
            universeAvatarType: 1 | 2 | 3;
            universeBodyType: 1 | 2;
            universeCollisionType: 1 | 2;
            universeJointPositioningType: 1 | 2;
            universeScaleType: 1 | 2;
        },
        {
            fiatBasePriceId: string;
            fiatProductChangeType: 0
            | 1
            | 2
            | 3;
            genre: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14;
            isArchived: boolean;
            isForSale: boolean;
            isFriendsOnly: boolean;
            isMeshTextureApiAccessAllowed: boolean;
            isRewardedOnDemandAdsAllowed: boolean;
            name: string;
            playableDevices: (1 | 2 | 3 | 4 | 5)[];
            price: number;
            universeAnimationType: 1 | 2;
            universeAvatarType: 1 | 2 | 3;
            universeBodyType: 1 | 2;
            universeCollisionType: 1 | 2;
            universeJointPositioningType: 1 | 2;
            universeScaleType: 1 | 2;
        },
    > = ...

    PATCH https://develop.roblox.com/v1/universes/:universeId/configuration Update universe settings for an owned universe. body The Roblox.Api.Develop.Models.UniverseSettingsRequest model. universeId The universeId.