lib/phrase/api/jobs_api.rb in phrase-1.0.2 vs lib/phrase/api/jobs_api.rb in phrase-1.0.3
- old
+ new
@@ -709,11 +709,11 @@
# List all jobs for the given project.
# @param project_id [String] Project 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
# @option opts [String] :owned_by filter by user owning job
# @option opts [String] :assigned_to filter by user assigned to job
# @option opts [String] :state filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code>
# @return [Array<Job>]
@@ -726,10 +726,10 @@
# List all jobs for the given project.
# @param project_id [String] Project 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
# @option opts [String] :owned_by filter by user owning job
# @option opts [String] :assigned_to filter by user assigned to job
# @option opts [String] :state filter by state of job Valid states are <code>draft</code>, <code>in_progress</code>, <code>completed</code>
# @return [Array<(Response<(Array<Job>)>, Integer, Hash)>] Response<(Array<Job>)> data, response status code and response headers