rozod
    Preparing search index...

    Variable patchUniversesUniverseidConfigurationConst Api Param

    patchUniversesUniverseidConfiguration: EndpointGeneric<
        { universeId: number },
        {
            allowPrivateServers: boolean;
            fiatBasePriceId: string;
            fiatModerationStatus:
                | "Approved"
                | "Invalid"
                | "NotModerated"
                | "Pending"
                | "Rejected";
            genre: | "All"
            | "Tutorial"
            | "Scary"
            | "TownAndCity"
            | "War"
            | "Funny"
            | "Fantasy"
            | "Adventure"
            | "SciFi"
            | "Pirate"
            | "FPS"
            | "RPG"
            | "Sports"
            | "Ninja"
            | "WildWest";
            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: "PlayerChoice" | "Standard";
            universeAvatarType: "MorphToR6" | "PlayerChoice" | "MorphToR15";
            universeBodyType: "PlayerChoice" | "Standard";
            universeCollisionType: "InnerBox" | "OuterBox";
            universeJointPositioningType: "Standard" | "ArtistIntent";
            universeScaleType: "NoScales" | "AllScales";
        },
        {
            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.