docs/GlossaryTermsApi.md in phrase-1.0.2 vs docs/GlossaryTermsApi.md in phrase-1.0.3
- old
+ new
@@ -301,11 +301,11 @@
account_id = 'account_id_example' # String | Account ID
glossary_id = 'glossary_id_example' # String | Glossary 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 glossary terms
result = api_instance.glossary_terms_list(account_id, glossary_id, opts)
@@ -322,10 +322,10 @@
------------- | ------------- | ------------- | -------------
**account_id** | **String**| Account ID |
**glossary_id** | **String**| Glossary 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<GlossaryTerm>**](GlossaryTerm.md))>