From 31956d891235ee85a60e201fc6ad2c519a89817b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 22 Nov 2019 15:11:28 +0100 Subject: [PATCH] Standard of REST API URL --- htdocs/commande/class/api_orders.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/commande/class/api_orders.class.php b/htdocs/commande/class/api_orders.class.php index b6d91b235ba..5069135dd88 100644 --- a/htdocs/commande/class/api_orders.class.php +++ b/htdocs/commande/class/api_orders.class.php @@ -76,7 +76,7 @@ class Orders extends DolibarrApi * @param int $contact_list 0: Returned array of contacts/addresses contains all properties, 1: Return array contains just id * @return array|mixed data without useless information * - * @url GET byRef/{ref} + * @url GET ref/{ref} * * @throws RestException */ @@ -94,7 +94,7 @@ class Orders extends DolibarrApi * @param int $contact_list 0: Returned array of contacts/addresses contains all properties, 1: Return array contains just id * @return array|mixed data without useless information * - * @url GET byRefExt/{ref_ext} + * @url GET ref_ext/{ref_ext} * * @throws RestException */