rozod
    Preparing search index...

    Variable patchCloudV2UniversesUniverseIdMemoryStoreSortedMapsSortedMapIdItemsItemIdConst Param

    patchCloudV2UniversesUniverseIdMemoryStoreSortedMapsSortedMapIdItemsItemId: EndpointGeneric<
        {
            allowMissing?: boolean;
            item_id: string;
            sorted_map_id: string;
            universe_id: string;
        },
        {
            etag: string;
            expireTime: string;
            id: string;
            numericSortKey: number;
            path: string;
            stringSortKey: string;
            ttl: string;
            value: unknown;
        },
        {
            etag: string;
            expireTime: string;
            id: string;
            numericSortKey: number;
            path: string;
            stringSortKey: string;
            ttl: string;
            value: unknown;
        },
    > = ...

    STABLE

    Updates the specified map item.

    Scopes: memory-store.sorted-map:write Engine: Not available in-engine

    body universe_id The universe ID. sorted_map_id The sorted-map ID. item_id The item ID. allowMissing If set to true, and the memory store sorted map item is not found, a memory store sorted map item is created.