docs/StationsApi.md in purecloudplatformclientv2-49.0.0 vs docs/StationsApi.md in purecloudplatformclientv2-49.0.1

- old
+ new

@@ -15,11 +15,11 @@ [**patch_stations_settings**](StationsApi.html#patch_stations_settings) | Patch an organization&#39;s StationSettings {: class="table table-striped"} <a name="delete_station_associateduser"></a> -## - delete_station_associateduser(station_id) +## delete_station_associateduser(station_id) Unassigns the user assigned to this station @@ -30,11 +30,11 @@ Requires NO permissions: ### Example -~~~ruby +```{"language":"ruby"} # load the gem require 'purecloudplatformclientv2' # setup authorization @secret = ENV['PURECLOUD_SECRET'] @id = ENV['PURECLOUD_CLIENT_ID'] @@ -55,11 +55,11 @@ #Unassigns the user assigned to this station api_instance.delete_station_associateduser(station_id) rescue PureCloud::ApiError => e puts "Exception when calling StationsApi->delete_station_associateduser: #{e}" end -~~~ +``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- @@ -78,11 +78,11 @@ <a name="get_station"></a> -## -[**Station**](Station.html) get_station(station_id) +## [**Station**](Station.html) get_station(station_id) Get station. @@ -93,11 +93,11 @@ Requires NO permissions: ### Example -~~~ruby +```{"language":"ruby"} # load the gem require 'purecloudplatformclientv2' # setup authorization @secret = ENV['PURECLOUD_SECRET'] @id = ENV['PURECLOUD_CLIENT_ID'] @@ -119,11 +119,11 @@ result = api_instance.get_station(station_id) p result rescue PureCloud::ApiError => e puts "Exception when calling StationsApi->get_station: #{e}" end -~~~ +``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- @@ -142,11 +142,11 @@ <a name="get_stations"></a> -## -[**StationEntityListing**](StationEntityListing.html) get_stations(opts) +## [**StationEntityListing**](StationEntityListing.html) get_stations(opts) Get the list of available stations. @@ -157,11 +157,11 @@ Requires NO permissions: ### Example -~~~ruby +```{"language":"ruby"} # load the gem require 'purecloudplatformclientv2' # setup authorization @secret = ENV['PURECLOUD_SECRET'] @id = ENV['PURECLOUD_CLIENT_ID'] @@ -191,11 +191,11 @@ result = api_instance.get_stations(opts) p result rescue PureCloud::ApiError => e puts "Exception when calling StationsApi->get_stations: #{e}" end -~~~ +``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- @@ -221,11 +221,11 @@ <a name="get_stations_settings"></a> -## -[**StationSettings**](StationSettings.html) get_stations_settings +## [**StationSettings**](StationSettings.html) get_stations_settings Get an organization's StationSettings @@ -237,11 +237,11 @@ * telephony:plugin:all ### Example -~~~ruby +```{"language":"ruby"} # load the gem require 'purecloudplatformclientv2' # setup authorization @secret = ENV['PURECLOUD_SECRET'] @id = ENV['PURECLOUD_CLIENT_ID'] @@ -260,11 +260,11 @@ result = api_instance.get_stations_settings p result rescue PureCloud::ApiError => e puts "Exception when calling StationsApi->get_stations_settings: #{e}" end -~~~ +``` ### Parameters This endpoint does not need any parameter. {: class="table table-striped"} @@ -280,11 +280,11 @@ <a name="patch_stations_settings"></a> -## -[**StationSettings**](StationSettings.html) patch_stations_settings(body) +## [**StationSettings**](StationSettings.html) patch_stations_settings(body) Patch an organization's StationSettings @@ -296,11 +296,11 @@ * telephony:plugin:all ### Example -~~~ruby +```{"language":"ruby"} # load the gem require 'purecloudplatformclientv2' # setup authorization @secret = ENV['PURECLOUD_SECRET'] @id = ENV['PURECLOUD_CLIENT_ID'] @@ -322,10 +322,10 @@ result = api_instance.patch_stations_settings(body) p result rescue PureCloud::ApiError => e puts "Exception when calling StationsApi->patch_stations_settings: #{e}" end -~~~ +``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | -------------