rozod
    Preparing search index...

    Variable patchCloudV2UniversesUniverseIdMemoryStoreSortedMapsSortedMapIdItemsItemIdConst Api Param Description

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

    PATCH https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/memory-store/sorted-maps/:sorted_map_id/items/:item_id Update Memory Store Sorted Map Item 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. Updates the specified map item.