docs/ReleasesApi.md in phrase-1.0.2 vs docs/ReleasesApi.md in phrase-1.0.3
- old
+ new
@@ -367,11 +367,11 @@
account_id = 'account_id_example' # String | Account ID
distribution_id = 'distribution_id_example' # String | Distribution ID
opts = {
x_phrase_app_otp: 'x_phrase_app_otp_example', # String | Two-Factor-Authentication token (optional)
page: 1, # Integer | Page number
- per_page: 10 # Integer | allows you to specify a page size up to 100 items, 10 by default
+ per_page: 25 # Integer | allows you to specify a page size up to 100 items, 25 by default
}
begin
#List releases
result = api_instance.releases_list(account_id, distribution_id, opts)
@@ -388,10 +388,10 @@
------------- | ------------- | ------------- | -------------
**account_id** | **String**| Account ID |
**distribution_id** | **String**| Distribution ID |
**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, 10 by default | [optional]
+ **per_page** | **Integer**| allows you to specify a page size up to 100 items, 25 by default | [optional]
### Return type
Response<([**Array<ReleasePreview>**](ReleasePreview.md))>