lib/phrase/api/job_locales_api.rb in phrase-1.0.2 vs lib/phrase/api/job_locales_api.rb in phrase-1.0.3

- old
+ new

@@ -510,11 +510,11 @@ # @param project_id [String] Project ID # @param job_id [String] Job 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 # @option opts [String] :branch specify the branch to use # @return [Array<JobLocale>] def job_locales_list(project_id, job_id, opts = {}) data, _status_code, _headers = job_locales_list_with_http_info(project_id, job_id, opts) data @@ -525,10 +525,10 @@ # @param project_id [String] Project ID # @param job_id [String] Job 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 # @option opts [String] :branch specify the branch to use # @return [Array<(Response<(Array<JobLocale>)>, Integer, Hash)>] Response<(Array<JobLocale>)> data, response status code and response headers def job_locales_list_with_http_info(project_id, job_id, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: JobLocalesApi.job_locales_list ...'