apps.datastore.put method
Usage info
This method is only available for workflow apps.
This method is used to create or replace a datastore item.
	{
		"datastore": "good_tunes",
		"item": {
			"id": "4",
			"artist": "Whitney Houston",
			"song": "I Will Always Love You"
		}
	}
Refer to Datastores for more information.