docs/KnowledgeSearchResponse.md in purecloudplatformclientv2-88.0.0 vs docs/KnowledgeSearchResponse.md in purecloudplatformclientv2-89.0.0
- old
+ new
@@ -5,14 +5,14 @@
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
+| **search_id** | **String** | Search Id | [optional] |
| **total** | **Integer** | Total number of records returned | [optional] |
| **page_count** | **Integer** | Number of pages returned in the result calculated according to the pageSize and the total | [optional] |
| **page_size** | **Integer** | Number of records according to the page size | [optional] |
| **page_number** | **Integer** | Current page number for the returned records | [optional] |
-| **search_id** | **String** | ID of the Search Response | [optional] |
| **results** | [**Array<KnowledgeSearchDocument>**](KnowledgeSearchDocument.html) | Results associated to the search response | [optional] |
{: class="table table-striped"}