docs/LocationsApi.md in purecloudplatformclientv2-62.0.0 vs docs/LocationsApi.md in purecloudplatformclientv2-63.0.0
- old
+ new
@@ -319,11 +319,11 @@
api_instance = PureCloud::LocationsApi.new
q64 = "q64_example" # String | q64
opts = {
- expand: ["expand_example"] # Array<String> | expand
+ expand: ["expand_example"] # Array<String> | Provides more details about a specified resource
}
begin
#Search locations using the q64 value returned from a previous search
result = api_instance.get_locations_search(q64, opts)
@@ -336,10 +336,10 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**q64** | **String**| q64 | |
- **expand** | [**Array<String>**](String.html)| expand | [optional] |
+ **expand** | [**Array<String>**](String.html)| Provides more details about a specified resource | [optional] <br />**Values**: images |
{: class="table table-striped"}
### Return type