rozod
    Preparing search index...

    Variable patchCloudV2UniversesUniverseIdOrderedDataStoresOrderedDataStoreIdScopesScopeIdEntriesEntryIdConst Api Param Description

    patchCloudV2UniversesUniverseIdOrderedDataStoresOrderedDataStoreIdScopesScopeIdEntriesEntryId: EndpointGeneric<
        {
            allowMissing?: boolean;
            entry_id: string;
            ordered_data_store_id: string;
            scope_id: string;
            universe_id: string;
        },
        { id: string; path: string; value: number },
        { id: string; path: string; value: number },
    > = ...

    PATCH https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/ordered-data-stores/:ordered_data_store_id/scopes/:scope_id/entries/:entry_id Update Ordered Data Store Entry body universe_id The universe ID. ordered_data_store_id The ordered-data-store ID. scope_id The scope ID. entry_id The entry ID. allowMissing If set to true, and the ordered data store entry is not found, a ordered data store entry is created. Updates the value of an entry.