rozod
    Preparing search index...

    Variable getCloudV2UniversesUniverseIdPlacesPlaceIdConst Api Param Description

    getCloudV2UniversesUniverseIdPlacesPlaceId: EndpointGeneric<
        { place_id: string; universe_id: string },
        {
            createTime?: string;
            description?: string;
            displayName?: string;
            path?: string;
            root?: boolean;
            serverSize?: number;
            templatePlace: string;
            universeRuntimeCreation?: boolean;
            updateTime?: string;
        },
        undefined,
    > = ...

    GET https://apis.roblox.com/cloud/v2/universes/:universe_id/places/:place_id Get Place universe_id The universe ID. place_id The place ID. Gets the specified place.