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

- old
+ new

@@ -295,11 +295,11 @@ api_instance = Phrase::SpacesApi.new account_id = 'account_id_example' # String | Account 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 Spaces result = api_instance.spaces_list(account_id, opts) @@ -315,11 +315,11 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **account_id** | **String**| Account 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;Space&gt;**](Space.md))> @@ -489,11 +489,11 @@ account_id = 'account_id_example' # String | Account ID space_id = 'space_id_example' # String | Space 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 Projects result = api_instance.spaces_projects_list(account_id, space_id, opts) @@ -510,10 +510,10 @@ ------------- | ------------- | ------------- | ------------- **account_id** | **String**| Account ID | **space_id** | **String**| Space 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;Project&gt;**](Project.md))>