FIX bad route url to delete subproduct with API

This commit is contained in:
Laurent Destailleur 2020-09-04 13:23:11 +02:00
parent 4c0e1d20d6
commit e21b3f6681

View File

@ -456,7 +456,7 @@ class Products extends DolibarrApi
* @throws RestException 401
* @throws RestException 404
*
* @url DELETE {id}/subproducts/remove
* @url DELETE {id}/subproducts/remove/{subproduct_id}
*/
public function delSubproducts($id, $subproduct_id)
{