updated API_REFERENCE.md to cover all public methods

This commit is contained in:
malle-pietje
2025-12-01 12:01:06 +01:00
parent e9bdb783c9
commit 02c0953294
2 changed files with 1171 additions and 114 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3848,7 +3848,7 @@ class Client
* Get a list of all UniFi device models present in the current site.
*
* @note This endpoint is available in Network Application/Controller version 9.2.x onwards.
* @return object|null An object, or null on failure. The `model_list` property of the results object contains an
* @return object|null An object, or null on failure. The `model_list` property of the `results` object contains an
* array of device models.
* @throws Exception
*/