POST https://apis.roblox.com/cloud/v1/universes/:universeId/standard-datastores/datastore/entries/entry/increment
Increment entry
universeId The identifier of the experience with data stores that you want to access. You can copy your experience's Universe ID on the Creator Dashboard.
datastoreName The name of the data store.
entryKey The key identifying the entry.
incrementBy The amount by which the entry should be incremented, or the starting value if it doesn't exist.
scope The value is global by default. See Scopes.
roblox-entry-attributes Attributes to be associated with new version of the entry. Serialized by JSON map objects. If not provided, existing attributes are cleared.
roblox-entry-userids A comma-separated list of Roblox user IDs that the entry is tagged with. If not provided, existing user IDs are cleared.
Increments the value for an entry by a given amount, or create a new entry with that amount. Returns the entry and metadata.
Metadata can be found in the response headers like the following:
POST https://apis.roblox.com/cloud/v1/universes/:universeId/standard-datastores/datastore/entries/entry/increment Increment entry universeId The identifier of the experience with data stores that you want to access. You can copy your experience's Universe ID on the Creator Dashboard. datastoreName The name of the data store. entryKey The key identifying the entry. incrementBy The amount by which the entry should be incremented, or the starting value if it doesn't exist. scope The value is
global
by default. See Scopes. roblox-entry-attributes Attributes to be associated with new version of the entry. Serialized by JSON map objects. If not provided, existing attributes are cleared. roblox-entry-userids A comma-separated list of Roblox user IDs that the entry is tagged with. If not provided, existing user IDs are cleared. Increments the value for an entry by a given amount, or create a new entry with that amount. Returns the entry and metadata.Metadata can be found in the response headers like the following:
content-md5
roblox-entry-version
roblox-entry-created-time
roblox-entry-version-created-time
roblox-entry-attributes
roblox-entry-userids