rozod
    Preparing search index...

    Variable postCloudV2UniversesUniverseIdOrderedDataStoresOrderedDataStoreIdScopesScopeIdEntriesEntryIdIncrementConst Api Param Description

    postCloudV2UniversesUniverseIdOrderedDataStoresOrderedDataStoreIdScopesScopeIdEntriesEntryIdIncrement: EndpointGeneric<
        {
            entry_id: string;
            ordered_data_store_id: string;
            scope_id: string;
            universe_id: string;
        },
        { id: string; path: string; value: number },
        { amount: number },
    > = ...

    POST https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/ordered-data-stores/:ordered_data_store_id/scopes/:scope_id/entries/:entry_id:increment Increment 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. Increments the value of the specified entry. Both the existing value and the increment amount must be integers.

    If the entry doesn't exist, creates an entry with the specified value.

    Known issue: the value may be incremented past the valid range of values. When this happens, the returned value will be clamped to the valid range, but the backend may persist the original value. This behavior is maintained for backwards compatibility reasons, but may change in a future version of this API.