FIX API for tickets

This commit is contained in:
Laurent Destailleur
2018-04-29 18:24:24 +02:00
parent aafab12f4b
commit 8b4ef1313a
5 changed files with 186 additions and 298 deletions

View File

@@ -385,7 +385,7 @@ class Setup extends DolibarrApi
* @param string $sortorder Sort order
* @param string $type Type of element ('adherent', 'commande', 'thirdparty', 'facture', 'propal', 'product', ...)
* @param string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.label:like:'SO-%')"
* @return List of events types
* @return List of extra fields
*
* @url GET extrafields
*
@@ -584,7 +584,7 @@ class Setup extends DolibarrApi
* Do a test of integrity for files and setup.
*
* @param string $target Can be 'local' or 'default' or Url of the signatures file to use for the test. Must be reachable by the tested Dolibarr.
* @return Result of file and setup integrity check
* @return Result of file and setup integrity check
*
* @url GET checkintegrity
*