Const
Api
Param
Description
POST https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/data-stores/:data_store_id/entries Create Data Store Entry body universe_id The universe ID. data_store_id The data-store ID. id The ID to use for the data store entry, which will become the final component of the data store entry's resource path.
This value should be a 1-50 character string. We strongly recommend using only lowercase letters, numeric digits, and hyphens. Creates an entry with the provided ID and value.
Returns a 400 Bad Request if the entry exists.
POST https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/data-stores/:data_store_id/entries Create Data Store Entry body universe_id The universe ID. data_store_id The data-store ID. id The ID to use for the data store entry, which will become the final component of the data store entry's resource path.
This value should be a 1-50 character string. We strongly recommend using only lowercase letters, numeric digits, and hyphens. Creates an entry with the provided ID and value.
Returns a 400 Bad Request if the entry exists.