rozod
    Preparing search index...

    Variable patchCloudV2UniversesUniverseIdPlacesPlaceIdConst Param

    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;
        },
    > = ...

    STABLE

    Updates the specified place.

    Scopes: universe.place:write Engine: Not available in-engine

    body universe_id The universe ID. place_id The place ID. updateMask The list of fields to update.