docs/SecurityApi.md in intrinio-sdk-3.3.0 vs docs/SecurityApi.md in intrinio-sdk-4.0.0

- old
+ new

@@ -4495,11 +4495,11 @@ opts = { logic: Intrinio::SecurityScreenGroup.new, # SecurityScreenGroup | The logic to screen with, consisting of operators, clauses, and nested groups.<br/> See <a href=\"/documentation/screener_v2\" target=\"_blank\">screener documentation</a> for details on how to construct conditions. order_column: "order_column_example", # String | Results returned sorted by this column order_direction: "asc", # String | Sort order to use with the order_column primary_only: false, # BOOLEAN | Return only primary securities - page_size: 100 # Integer | The number of results to return + page_size: 100 # Integer | The number of results to return. Maximum for this endpoint is 50000. } begin result = security_api.screen_securities(opts) pp result @@ -4521,10 +4521,10 @@ ------------- | ------------- | ------------- | ------------- **logic** | [**SecurityScreenGroup**](SecurityScreenGroup.md)| The logic to screen with, consisting of operators, clauses, and nested groups.&lt;br/&gt; See &lt;a href&#x3D;\&quot;/documentation/screener_v2\&quot; target&#x3D;\&quot;_blank\&quot;&gt;screener documentation&lt;/a&gt; for details on how to construct conditions. | [optional] &nbsp; **order_column** | String| Results returned sorted by this column | [optional] &nbsp; **order_direction** | String| Sort order to use with the order_column | [optional] [default to asc] &nbsp; **primary_only** | BOOLEAN| Return only primary securities | [optional] [default to false] &nbsp; - **page_size** | Integer| The number of results to return | [optional] [default to 100] &nbsp; + **page_size** | Integer| The number of results to return. Maximum for this endpoint is 50000. | [optional] [default to 100] &nbsp; <br/> [//]: # (END_PARAMETERS) ### Return type