apps.datastore.update
method
Usage info
This method is only available for workflow apps.
This method is used to update the individual fields of an existing item or create a new item if it does not already exist. The following example would update the song field of the given item.
{
"datastore": "good_tunes",
"item": {
"id": "4",
"song": "How Will I Know"
}
}
Refer to Datastores for more information.