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<SecurityScreenResult> 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.<br/> See <a href=\"https://docs.intrinio.com/documentation/screener_v2\" target=\"_blank\">screener documentation</a> for details on how to construct conditions. | [optional]
+ **logic** | [**SecurityScreenGroup**](SecurityScreenGroup.md)| The logic to screen with, consisting of operators, clauses, and nested groups. </br> See <a href=\"https://docs.intrinio.com/documentation/screener_v2\" target=\"_blank\">screener documentation</a> for details on how to construct conditions. | [optional]
**order_column** | String| Results returned sorted by this column | [optional]
**order_direction** | String| Sort order to use with the order_column | [optional] [default to asc]
**primary_only** | BOOLEAN| Return only primary securities | [optional] [default to false]
**page_size** | Integer| The number of results to return. Maximum for this endpoint is 50000. | [optional] [default to 100]