forked from g4l4drim/TestLink-API-Python-client
-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
related TL Mantis Task
- 7633: [API - XMLRPC] API-XMLRPC - Updating testSuite Method (fman)
/**
* update a test suite
*
* @param struct $args
* @param string $args["devKey"]
* @param int $args["testprojectid"] OR string $args["prefix"]
* @param string $args["testsuitename"] optional
* @param string $args["details"] optional
* @param int $args["parentid"] optional, if do not provided means test suite must be top level.
* @param int $args["order"] optional. Order inside parent container
*
* @return mixed $resultInfo
*/
public function updateTestSuite($args)