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

- old
+ new

@@ -307,11 +307,11 @@ # List all Spaces for the given account. # @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, 25 by default + # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default # @return [Array<Space>] def spaces_list(account_id, opts = {}) data, _status_code, _headers = spaces_list_with_http_info(account_id, opts) data end @@ -320,11 +320,11 @@ # List all Spaces for the given account. # @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, 25 by default + # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default # @return [Array<(Response<(Array<Space>)>, Integer, Hash)>] Response<(Array<Space>)> data, response status code and response headers def spaces_list_with_http_info(account_id, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: SpacesApi.spaces_list ...' end @@ -534,11 +534,11 @@ # @param account_id [String] Account ID # @param space_id [String] Space 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 # @return [Array<Project>] def spaces_projects_list(account_id, space_id, opts = {}) data, _status_code, _headers = spaces_projects_list_with_http_info(account_id, space_id, opts) data end @@ -548,10 +548,10 @@ # @param account_id [String] Account ID # @param space_id [String] Space 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 # @return [Array<(Response<(Array<Project>)>, Integer, Hash)>] Response<(Array<Project>)> data, response status code and response headers def spaces_projects_list_with_http_info(account_id, space_id, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug 'Calling API: SpacesApi.spaces_projects_list ...' end