Manage Data
Last updated
Was this helpful?
Last updated
Was this helpful?
Set, modify, or delete a data entry (name/value pair) for an account.
See the .
- ATTRIBUTE -
name string
The key for this data entry. It can be up to 64 bytes long. If this is a new Name
, it will add the given name/value pair to the account. If this Name
is already present, then the associated value will be modified.
value string
If present, then this value will be set in the DataEntry. It can be up to 64 bytes long. If not present, then the existing Name
will be deleted.