rozod
    Preparing search index...

    Variable patchCloudV2UniversesUniverseIdPlacesPlaceIdConst Api Param Description

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

    PATCH https://apis.roblox.com/cloud/v2/universes/:universe_id/places/:place_id Update Place body universe_id The universe ID. place_id The place ID. updateMask The list of fields to update. Updates the specified place.