Merge pull request #14595 from ptibogxiv/patch-355

NEW standardizes API thirdparties by email with other object
This commit is contained in:
Laurent Destailleur 2020-09-01 15:37:17 +02:00 committed by GitHub
commit eb5ac6e9b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ class Thirdparties extends DolibarrApi
* @param string $email Email of third party to load
* @return array|mixed data without useless information
*
* @url GET byEmail/{email}
* @url GET email/{email}
*
* @throws RestException
*/