docs/AppUserApi.md in smooch-api-2.7.0 vs docs/AppUserApi.md in smooch-api-2.8.0
- old
+ new
@@ -314,11 +314,11 @@
app_id = "app_id_example" # String | Identifies the app.
user_id = "user_id_example" # String | Identifies the user. Can be either the smoochId or the userId.
-integration_ids = "integration_ids_example" # String | Comma separated list of integration IDs
+integration_ids = ["integration_ids_example"] # Array<String> | List of integration IDs
begin
result = api_instance.get_link_requests(app_id, user_id, integration_ids)
p result
@@ -331,10 +331,10 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**app_id** | **String**| Identifies the app. |
**user_id** | **String**| Identifies the user. Can be either the smoochId or the userId. |
- **integration_ids** | **String**| Comma separated list of integration IDs |
+ **integration_ids** | [**Array<String>**](String.md)| List of integration IDs |
### Return type
[**LinkRequestResponse**](LinkRequestResponse.md)