Update api_contacts.class.php

fix API REST addCategory
This commit is contained in:
matthieu-michou-wattandsea
2023-12-02 10:20:38 +01:00
committed by GitHub
parent 5329fae6d5
commit ff995afd1e

View File

@@ -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