docs/LocalesApi.md in phrase-2.8.2 vs docs/LocalesApi.md in phrase-2.8.3

- old
+ new

@@ -41,11 +41,11 @@ api_instance = Phrase::LocalesApi.new id = 'id_example' # String | ID 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 } begin #List locales used in account result = api_instance.account_locales(id, opts) @@ -61,11 +61,11 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **id** | **String**| 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, 25 by default | [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;LocalePreview1&gt;**](LocalePreview1.md))> @@ -458,11 +458,11 @@ api_instance = Phrase::LocalesApi.new project_id = 'project_id_example' # String | Project ID 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 sort_by: 'sort_by_example', # String | Sort locales. Valid options are \"name_asc\", \"name_desc\", \"default_asc\", \"default_desc\". branch: 'my-feature-branch' # String | specify the branch to use } begin @@ -480,10 +480,10 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **project_id** | **String**| Project 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, 25 by default | [optional] + **per_page** | **Integer**| Limit on the number of objects to be returned, between 1 and 100. 25 by default | [optional] **sort_by** | **String**| Sort locales. Valid options are \&quot;name_asc\&quot;, \&quot;name_desc\&quot;, \&quot;default_asc\&quot;, \&quot;default_desc\&quot;. | [optional] **branch** | **String**| specify the branch to use | [optional] ### Return type