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

- old
+ new

@@ -10,11 +10,11 @@ ## notifications_list -> Array&lt;Object&gt; notifications_list(opts) +> Array&lt;Notification&gt; notifications_list(opts) List notifications List all notifications from the current user @@ -61,11 +61,11 @@ **per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional] **unseen** | **Boolean**| Include only unseen notifications | [optional] ### Return type -Response<(**Array&lt;Object&gt;**)> +Response<([**Array&lt;Notification&gt;**](Notification.md))> ### Authorization [Basic](../README.md#Basic), [Token](../README.md#Token) @@ -75,11 +75,11 @@ - **Accept**: application/json ## notifications_mark_all_as_read -> Array&lt;Object&gt; notifications_mark_all_as_read(opts) +> Array&lt;Notification&gt; notifications_mark_all_as_read(opts) Mark all notifications as read Mark all notifications of the current user as read @@ -120,10 +120,10 @@ ------------- | ------------- | ------------- | ------------- **x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional] ### Return type -Response<(**Array&lt;Object&gt;**)> +Response<([**Array&lt;Notification&gt;**](Notification.md))> ### Authorization [Basic](../README.md#Basic), [Token](../README.md#Token)