From 7c5d1455033ee25c8a7c2ee650f103f3c108d292 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Tue, 7 Jan 2014 11:52:17 +0100 Subject: [PATCH] added documentation --- js/actions/api-system.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/actions/api-system.js b/js/actions/api-system.js index 170444267c..0672f5a3e9 100644 --- a/js/actions/api-system.js +++ b/js/actions/api-system.js @@ -781,7 +781,10 @@ actions.defineHttp({ /// /// @RESTDESCRIPTION /// -/// Executes the specified tests on the server and returns the test results. +/// Executes the specified tests on the server and returns an object with the +/// test results. The object has an attribute "error" which states whether +/// any error occurred. The object also has an attribute "passed" which +/// indicates which tests passed and which did not. //////////////////////////////////////////////////////////////////////////////// actions.defineHttp({