mirror of https://gitee.com/bigwinds/arangodb
added documentation
This commit is contained in:
parent
141498e619
commit
7c5d145503
|
@ -781,7 +781,10 @@ actions.defineHttp({
|
||||||
///
|
///
|
||||||
/// @RESTDESCRIPTION
|
/// @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({
|
actions.defineHttp({
|
||||||
|
|
Loading…
Reference in New Issue