docs/SecurityApi.md in intrinio-sdk-5.6.3 vs docs/SecurityApi.md in intrinio-sdk-5.6.4

- old
+ new

@@ -4237,11 +4237,11 @@ > Array&lt;SecurityScreenResult&gt; screen_securities(opts) #### Screen Securities -Screen Securities using complex logic +Screen Securities using complex logic. Use POST only. See <a href=\"https://docs.intrinio.com/documentation/screener_v2\" target=\"_blank\">screener documentation</a> for details on how to construct conditions. [//]: # (END_OVERVIEW) ### Example @@ -4294,10 +4294,10 @@ [//]: # (START_PARAMETERS) Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **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;https://docs.intrinio.com/documentation/screener_v2\&quot; target&#x3D;\&quot;_blank\&quot;&gt;screener documentation&lt;/a&gt; for details on how to construct conditions. | [optional] &nbsp; + **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;https://docs.intrinio.com/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. Maximum for this endpoint is 50000. | [optional] [default to 100] &nbsp;