Updating action documentation.

This commit is contained in:
David Jay
2016-12-20 13:43:38 -08:00
parent 67225b3a4b
commit c4510c1abf
+3 -1
View File
@@ -208,7 +208,9 @@ export function postItem (item, type, id) {
*
* @params
* id - the id of the item on which the action is taking place
* action - the name of the action
* action - the action object.
* Must include an 'action_type' string.
* May optionally include a `metadata` object with arbitrary action data.
* user - the user performing the action
* host - the coral host
*