Update API document after some data types of function parameters are changed from "int" to "int *"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user