mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-09 17:32:35 +01:00
Update api_contacts.class.php
fix API REST addCategory
This commit is contained in:
committed by
GitHub
parent
5329fae6d5
commit
ff995afd1e
@@ -460,7 +460,7 @@ class Contacts extends DolibarrApi
|
||||
/**
|
||||
* Add a category to a contact
|
||||
*
|
||||
* @url POST {id}/categories/{category_id}
|
||||
* @url PUT {id}/categories/{category_id}
|
||||
*
|
||||
* @param int $id Id of contact
|
||||
* @param int $category_id Id of category
|
||||
|
||||
Reference in New Issue
Block a user