Update api_invoices.class.php

This commit is contained in:
Frédéric FRANCE 2019-09-30 21:44:37 +02:00 committed by GitHub
parent ee2bfb539e
commit 3ba48fde93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,7 +316,7 @@ class Invoices extends DolibarrApi
* *
* @url PUT {id}/lines/{lineid} * @url PUT {id}/lines/{lineid}
* *
* @return object * @return array
* *
* @throws 200 * @throws 200
* @throws 304 * @throws 304
@ -423,7 +423,7 @@ class Invoices extends DolibarrApi
* *
* @url DELETE {id}/contact/{rowid} * @url DELETE {id}/contact/{rowid}
* *
* @return int * @return array
* @throws 401 * @throws 401
* @throws 404 * @throws 404
* @throws 500 * @throws 500