docs/StationsApi.md in purecloudplatformclientv2-3.1.7 vs docs/StationsApi.md in purecloudplatformclientv2-4.0.0
- old
+ new
@@ -13,11 +13,11 @@
[**get_stations**](StationsApi.html#get_stations) | Get the list of available stations.
{: class="table table-striped"}
<a name="delete_station_associateduser"></a>
-## -String** delete_station_associateduser(station_id)
+## - delete_station_associateduser(station_id)
Unassigns the user assigned to this station
@@ -44,12 +44,11 @@
station_id = "station_id_example" # String | Station ID
begin
#Unassigns the user assigned to this station
- result = api_instance.delete_station_associateduser(station_id)
- p result
+ api_instance.delete_station_associateduser(station_id)
rescue PureCloud::ApiError => e
puts "Exception when calling StationsApi->delete_station_associateduser: #{e}"
end
~~~
@@ -61,11 +60,11 @@
{: class="table table-striped"}
### Return type
-**String**
+nil (empty response body)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
@@ -162,10 +161,11 @@
opts = {
page_size: 25, # Integer | Page size
page_number: 1, # Integer | Page number
sort_by: "name", # String | Sort by
name: "name_example", # String | Name
+ web_rtc_user_id: "web_rtc_user_id_example", # String | Filter for the webRtc station of the webRtcUserId
id: "id_example", # String | Comma separated list of stationIds
line_appearance_id: "line_appearance_id_example" # String | lineAppearanceId
}
begin
@@ -183,9 +183,10 @@
------------- | ------------- | ------------- | -------------
**page_size** | **Integer**| Page size | [optional] [default to 25]
**page_number** | **Integer**| Page number | [optional] [default to 1]
**sort_by** | **String**| Sort by | [optional] [default to name]
**name** | **String**| Name | [optional]
+ **web_rtc_user_id** | **String**| Filter for the webRtc station of the webRtcUserId | [optional]
**id** | **String**| Comma separated list of stationIds | [optional]
**line_appearance_id** | **String**| lineAppearanceId | [optional]
{: class="table table-striped"}