rozod
    Preparing search index...

    Variable getUniversesUniverseidConfigurationConst Api Param

    getUniversesUniverseidConfiguration: 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";
        },
        undefined,
    > = ...

    GET https://develop.roblox.com/v1/universes/:universeId/configuration Get settings for an owned universe. universeId The universe Id.