Updating specific revisions of the entry is unsupported. If you specify
a revision ID in the path and allow_missing is true, the update request
will instead create a new entry with the @<revisionId> suffix as part of
the key.
Partial update is unsupported. If attributes or users are not
provided when updating the value, they will be cleared. Value must always
be provided when updating an entry.
PATCH https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/data-stores/:data_store_id/entries/:entry_id Update Data Store Entry body universe_id The universe ID. data_store_id The data-store ID. entry_id The entry ID. allowMissing If set to true, and the data store entry is not found, a data store entry is created. Updates the value, attributes, and users of an entry.
Updating specific revisions of the entry is unsupported. If you specify a revision ID in the path and
allow_missing
istrue
, the update request will instead create a new entry with the@<revisionId>
suffix as part of the key.Partial update is unsupported. If attributes or users are not provided when updating the value, they will be cleared. Value must always be provided when updating an entry.