rozod
    Preparing search index...

    Variable postUniversesUniverseIdOrderedDataStoresOrderedDataStoreScopesScopeEntriesEntryIncrementConst Param See Deprecated

    postUniversesUniverseIdOrderedDataStoresOrderedDataStoreScopesScopeEntriesEntryIncrement: EndpointGeneric<
        {
            entry: string;
            orderedDataStore: string;
            scope: string;
            universeId: string;
        },
        { id: string; path: string; value: number },
        { amount: number },
    > = ...

    Increment · BETA

    Increments the value of the key by the provided amount and returns the updated entry.

    Known issue: Entry values can increment past the valid range and this may persist in the backend. Returned values will clamp to the valid range.

    Scopes: universe.ordered-data-store.scope.entry:write

    body universeId The identifier of the experience with ordered data stores that you want to access. You can find your experience's universe ID on Creator Hub. orderedDataStore The name of the ordered data store. scope The name of the data store scope. See Scopes. entry The entry ID. POST https://apis.roblox.com/cloud/v2/universes/{universe_id}/ordered-data-stores/{ordered_data_store_id}/scopes/{scope_id}/entries/{entry_id}:increment Prefer the v2 alternative(s) listed above.