FIX bad route url to delete subproduct with API
This commit is contained in:
parent
4c0e1d20d6
commit
e21b3f6681
@ -456,7 +456,7 @@ class Products extends DolibarrApi
|
|||||||
* @throws RestException 401
|
* @throws RestException 401
|
||||||
* @throws RestException 404
|
* @throws RestException 404
|
||||||
*
|
*
|
||||||
* @url DELETE {id}/subproducts/remove
|
* @url DELETE {id}/subproducts/remove/{subproduct_id}
|
||||||
*/
|
*/
|
||||||
public function delSubproducts($id, $subproduct_id)
|
public function delSubproducts($id, $subproduct_id)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user