doc_out/SearchAggregation.html.md in purecloud-0.52.1 vs doc_out/SearchAggregation.html.md in purecloud-0.53.1

- old
+ new

@@ -5,14 +5,14 @@ ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| -| **field** | **String** | | [optional] | -| **name** | **String** | | [optional] | -| **type** | **String** | | [optional] | -| **value** | **String** | | [optional] | -| **size** | **Integer** | | [optional] | -| **order** | **Array<String>** | | [optional] | +| **field** | **String** | The field used for aggregation | [optional] | +| **name** | **String** | The name of the aggregation. The response aggregation uses this name. | [optional] | +| **type** | **String** | The type of aggregation to perform | [optional] | +| **value** | **String** | A value to use for aggregation | [optional] | +| **size** | **Integer** | The number aggregations results to return out of the entire result set | [optional] | +| **order** | **Array<String>** | The order in which aggregation results are sorted | [optional] | {: class="table table-striped"}