diff --git a/api.json b/api.json index 25ff13df6..6165e07bb 100644 --- a/api.json +++ b/api.json @@ -509,6 +509,23 @@ "isAsync": false, "args": [], "returnType": "string" + }, + { + "name": "trackEvent", + "isAsync": false, + "args": [ + { + "name": "name", + "type": "string", + "optional": false + }, + { + "name": "properties", + "type": "Record", + "optional": true + } + ], + "returnType": "void" } ], "properties": [