docs/NotificationsApi.md in phrase-2.8.2 vs docs/NotificationsApi.md in phrase-2.8.3
- old
+ new
@@ -36,11 +36,12 @@
api_instance = Phrase::NotificationsApi.new
opts = {
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
page: 1, # Integer | Page number
- per_page: 25 # Integer | allows you to specify a page size up to 100 items, 25 by default
+ per_page: 25, # Integer | Limit on the number of objects to be returned, between 1 and 100. 25 by default
+ unseen: true # Boolean | Include only unseen notifications
}
begin
#List notifications
result = api_instance.notifications_list(opts)
@@ -55,10 +56,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**x_phrase_app_otp** | **String**| Two-Factor-Authentication token (optional) | [optional]
**page** | **Integer**| Page number | [optional]
- **per_page** | **Integer**| allows you to specify a page size up to 100 items, 25 by default | [optional]
+ **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<Object>**)>