lib/phrase/api/glossaries_api.rb in phrase-1.0.2 vs lib/phrase/api/glossaries_api.rb in phrase-1.0.3
- old
+ new
@@ -11,11 +11,11 @@
# List all glossaries the current user has access to.
# @param account_id [String] Account ID
# @param [Hash] opts the optional parameters
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
# @option opts [Integer] :page Page number
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 10 by default
+ # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
# @return [Array<Glossary>]
def glossaries_list(account_id, opts = {})
data, _status_code, _headers = glossaries_list_with_http_info(account_id, opts)
data
end
@@ -24,10 +24,10 @@
# List all glossaries the current user has access to.
# @param account_id [String] Account ID
# @param [Hash] opts the optional parameters
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
# @option opts [Integer] :page Page number
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 10 by default
+ # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
# @return [Array<(Response<(Array<Glossary>)>, Integer, Hash)>] Response<(Array<Glossary>)> data, response status code and response headers
def glossaries_list_with_http_info(account_id, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug 'Calling API: GlossariesApi.glossaries_list ...'
end