Update API document after some data types of function parameters are changed from "int" to "int *"

This commit is contained in:
Hui Yu
2024-01-07 20:54:40 +08:00
parent 131583107a
commit 8423b0c171
32 changed files with 676 additions and 676 deletions

View File

@@ -10,7 +10,7 @@ Method | HTTP request | Description
# **LogsAPI_logFileHandler**
```c
void LogsAPI_logFileHandler(apiClient_t *apiClient, char * logpath);
void LogsAPI_logFileHandler(apiClient_t *apiClient, char *logpath);
```
### Parameters