lib/phrase/api/orders_api.rb in phrase-2.8.2 vs lib/phrase/api/orders_api.rb in phrase-2.8.3
- old
+ new
@@ -313,11 +313,11 @@
# List all orders 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, 25 by default
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
# @option opts [String] :branch specify the branch to use
# @return [Array<TranslationOrder>]
def orders_list(project_id, opts = {})
data, _status_code, _headers = orders_list_with_http_info(project_id, opts)
data
@@ -327,10 +327,10 @@
# List all orders 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, 25 by default
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
# @option opts [String] :branch specify the branch to use
# @return [Array<(Response<(Array<TranslationOrder>)>, Integer, Hash)>] Response<(Array<TranslationOrder>)> data, response status code and response headers
def orders_list_with_http_info(project_id, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug 'Calling API: OrdersApi.orders_list ...'