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

- old
+ new

@@ -14,11 +14,11 @@ [**patch_user_geolocation**](GeolocationApi.html#patch_user_geolocation) | Patch a user&#39;s Geolocation {: class="table table-striped"} <a name="get_geolocations_settings"></a> -## -[**GeolocationSettings**](GeolocationSettings.html) get_geolocations_settings +## [**GeolocationSettings**](GeolocationSettings.html) get_geolocations_settings Get a organization's GeolocationSettings @@ -29,11 +29,11 @@ Requires NO permissions: ### Example -~~~ruby +```{"language":"ruby"} # load the gem require 'purecloudplatformclientv2' # setup authorization @secret = ENV['PURECLOUD_SECRET'] @id = ENV['PURECLOUD_CLIENT_ID'] @@ -52,11 +52,11 @@ result = api_instance.get_geolocations_settings p result rescue PureCloud::ApiError => e puts "Exception when calling GeolocationApi->get_geolocations_settings: #{e}" end -~~~ +``` ### Parameters This endpoint does not need any parameter. {: class="table table-striped"} @@ -72,11 +72,11 @@ <a name="get_user_geolocation"></a> -## -[**Geolocation**](Geolocation.html) get_user_geolocation(user_id, client_id) +## [**Geolocation**](Geolocation.html) get_user_geolocation(user_id, client_id) Get a user's Geolocation @@ -87,11 +87,11 @@ Requires NO permissions: ### Example -~~~ruby +```{"language":"ruby"} # load the gem require 'purecloudplatformclientv2' # setup authorization @secret = ENV['PURECLOUD_SECRET'] @id = ENV['PURECLOUD_CLIENT_ID'] @@ -115,11 +115,11 @@ result = api_instance.get_user_geolocation(user_id, client_id) p result rescue PureCloud::ApiError => e puts "Exception when calling GeolocationApi->get_user_geolocation: #{e}" end -~~~ +``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- @@ -139,11 +139,11 @@ <a name="patch_geolocations_settings"></a> -## -[**GeolocationSettings**](GeolocationSettings.html) patch_geolocations_settings(body) +## [**GeolocationSettings**](GeolocationSettings.html) patch_geolocations_settings(body) Patch a organization's GeolocationSettings @@ -155,11 +155,11 @@ * telephony:plugin:all ### Example -~~~ruby +```{"language":"ruby"} # load the gem require 'purecloudplatformclientv2' # setup authorization @secret = ENV['PURECLOUD_SECRET'] @id = ENV['PURECLOUD_CLIENT_ID'] @@ -181,11 +181,11 @@ result = api_instance.patch_geolocations_settings(body) p result rescue PureCloud::ApiError => e puts "Exception when calling GeolocationApi->patch_geolocations_settings: #{e}" end -~~~ +``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- @@ -204,11 +204,11 @@ <a name="patch_user_geolocation"></a> -## -[**Geolocation**](Geolocation.html) patch_user_geolocation(user_id, client_id, body) +## [**Geolocation**](Geolocation.html) patch_user_geolocation(user_id, client_id, body) Patch a user's Geolocation @@ -219,11 +219,11 @@ Requires NO permissions: ### Example -~~~ruby +```{"language":"ruby"} # load the gem require 'purecloudplatformclientv2' # setup authorization @secret = ENV['PURECLOUD_SECRET'] @id = ENV['PURECLOUD_CLIENT_ID'] @@ -249,10 +249,10 @@ result = api_instance.patch_user_geolocation(user_id, client_id, body) p result rescue PureCloud::ApiError => e puts "Exception when calling GeolocationApi->patch_user_geolocation: #{e}" end -~~~ +``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | -------------