doc_out/SearchRequest.html.md in purecloud-0.52.1 vs doc_out/SearchRequest.html.md in purecloud-0.53.1
- old
+ new
@@ -5,17 +5,17 @@
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
-| **sort_order** | **String** | | [optional] |
-| **sort_by** | **String** | | [optional] |
-| **page_size** | **Integer** | | [optional] |
-| **page_number** | **Integer** | | [optional] |
-| **return_fields** | **Array<String>** | | [optional] |
-| **expand** | **Array<String>** | | [optional] |
-| **types** | **Array<String>** | Resource Domain type | |
-| **query** | [**Array<SearchCriteria>**](SearchCriteria.html) | | [optional] |
-| **aggregations** | [**Array<SearchAggregation>**](SearchAggregation.html) | | [optional] |
+| **sort_order** | **String** | The sort order for results | [optional] |
+| **sort_by** | **String** | The field in the resource that you want to sort the results by | [optional] |
+| **page_size** | **Integer** | The number of results per page | [optional] |
+| **page_number** | **Integer** | The page of resources you want to retrieve | [optional] |
+| **return_fields** | **Array<String>** | A List of strings containing the resource field paths that you want to return | [optional] |
+| **expand** | **Array<String>** | Provides more details about a specified resource | [optional] |
+| **types** | **Array<String>** | Resource domain type to search | |
+| **query** | [**Array<SearchCriteria>**](SearchCriteria.html) | The search criteria | [optional] |
+| **aggregations** | [**Array<SearchAggregation>**](SearchAggregation.html) | Aggregation criteria | [optional] |
{: class="table table-striped"}