lib/phrase/api/search_api.rb in phrase-2.8.3 vs lib/phrase/api/search_api.rb in phrase-2.8.7

- old
+ new

@@ -6,11 +6,11 @@ def initialize(api_client = ApiClient.default) @api_client = api_client end # Search across projects - # Search for keys and translations in all account projects + # Search for keys and translations in all account projects <br><br><i>Note: Search is limited to 10000 results and may not include recently updated data depending on the project sizes.</i> # @param account_id [String] Account ID # @param search_in_account_parameters [SearchInAccountParameters] # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) # @return [AccountSearchResult] @@ -18,10 +18,10 @@ data, _status_code, _headers = search_in_account_with_http_info(account_id, search_in_account_parameters, opts) data end # Search across projects - # Search for keys and translations in all account projects + # Search for keys and translations in all account projects &lt;br&gt;&lt;br&gt;&lt;i&gt;Note: Search is limited to 10000 results and may not include recently updated data depending on the project sizes.&lt;/i&gt; # @param account_id [String] Account ID # @param search_in_account_parameters [SearchInAccountParameters] # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) # @return [Array<(Response<(AccountSearchResult)>, Integer, Hash)>] Response<(AccountSearchResult)> data, response status code and response headers