If the entry doesn't exist, creates an entry with the specified value.
Incrementing specific revisions of the entry is unsupported. If you
specify a revision ID in the path, the increment request will create a new
entry with the @<revisionId> suffix as part of the key.
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.
POST https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/data-stores/:data_store_id/entries/:entry_id:increment Increment Data Store Entry body universe_id The universe ID. data_store_id The data-store 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.
Incrementing specific revisions of the entry is unsupported. If you specify a revision ID in the path, the increment request will create a new entry with the
@<revisionId>
suffix as part of the key.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.