rozod
    Preparing search index...

    Variable patchCloudV2UniversesUniverseIdOrderedDataStoresOrderedDataStoreIdScopesScopeIdEntriesEntryIdConst Param

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

    STABLE

    Updates the value of an entry.

    Scopes: universe.ordered-data-store.scope.entry:write Engine: Not available in-engine

    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.