docs/NotificationGroupsApi.md in phrase-2.8.3 vs docs/NotificationGroupsApi.md in phrase-2.8.7

- old
+ new

@@ -10,11 +10,11 @@ ## notification_groups_list -> Array&lt;Object&gt; notification_groups_list(opts) +> Array&lt;NotificationGroupDetail&gt; notification_groups_list(opts) List notification groups List all notification groups from the current user @@ -59,11 +59,11 @@ **page** | **Integer**| Page number | [optional] **per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional] ### Return type -Response<(**Array&lt;Object&gt;**)> +Response<([**Array&lt;NotificationGroupDetail&gt;**](NotificationGroupDetail.md))> ### Authorization [Basic](../README.md#Basic), [Token](../README.md#Token) @@ -73,11 +73,11 @@ - **Accept**: application/json ## notification_groups_mark_all_as_read -> Array&lt;Object&gt; notification_groups_mark_all_as_read(opts) +> Array&lt;NotificationGroupDetail&gt; notification_groups_mark_all_as_read(opts) Mark all notification groups as read Mark all notification groups of the current user as read @@ -118,10 +118,10 @@ ------------- | ------------- | ------------- | ------------- **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] ### Return type -Response<(**Array&lt;Object&gt;**)> +Response<([**Array&lt;NotificationGroupDetail&gt;**](NotificationGroupDetail.md))> ### Authorization [Basic](../README.md#Basic), [Token](../README.md#Token)