lib/phrase/api/projects_api.rb in phrase-2.8.2 vs lib/phrase/api/projects_api.rb in phrase-2.8.3

- old
+ new

@@ -282,11 +282,11 @@ # List projects # List all projects the current user has access to. # @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] :account_id Filter by Account ID # @option opts [String] :sort_by Sort projects. Valid options are \&quot;name_asc\&quot;, \&quot;name_desc\&quot;, \&quot;updated_at_asc\&quot;, \&quot;updated_at_desc\&quot;, \&quot;space_asc\&quot; and \&quot;space_desc\&quot;. # @option opts [Array<String>] :filters Filter projects. Valid options are [\&quot;favorites\&quot;]. # @return [Array<Project>] def projects_list(opts = {}) @@ -297,10 +297,10 @@ # List projects # List all projects the current user has access to. # @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] :account_id Filter by Account ID # @option opts [String] :sort_by Sort projects. Valid options are \&quot;name_asc\&quot;, \&quot;name_desc\&quot;, \&quot;updated_at_asc\&quot;, \&quot;updated_at_desc\&quot;, \&quot;space_asc\&quot; and \&quot;space_desc\&quot;. # @option opts [Array<String>] :filters Filter projects. Valid options are [\&quot;favorites\&quot;]. # @return [Array<(Response<(Array<Project>)>, Integer, Hash)>] Response<(Array<Project>)> data, response status code and response headers def projects_list_with_http_info(opts = {})