From 477f33f56cba686e7df3113362b9e35b5ad17ff7 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Mon, 31 Aug 2020 21:45:51 +0200 Subject: [PATCH] NEW standardizes API thirdparties by email with other object --- htdocs/societe/class/api_thirdparties.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/class/api_thirdparties.class.php b/htdocs/societe/class/api_thirdparties.class.php index ba807fa1706..48b6f989408 100644 --- a/htdocs/societe/class/api_thirdparties.class.php +++ b/htdocs/societe/class/api_thirdparties.class.php @@ -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 */