docs/UtilitiesApi.md in purecloudplatformclientv2-34.0.0 vs docs/UtilitiesApi.md in purecloudplatformclientv2-35.0.0

- old
+ new

@@ -15,17 +15,23 @@ <a name="get_date"></a> ## -[**ServerDate**](ServerDate.html) get_date + + Get the current system date/time Wraps GET /api/v2/date +Requires NO permissions: + + + ### Example ~~~ruby # load the gem require 'purecloudplatformclientv2' # setup authorization @@ -68,17 +74,23 @@ <a name="get_timezones"></a> ## -[**TimeZoneEntityListing**](TimeZoneEntityListing.html) get_timezones(opts) + + Get time zones list Wraps GET /api/v2/timezones +Requires NO permissions: + + + ### Example ~~~ruby # load the gem require 'purecloudplatformclientv2' # setup authorization @@ -130,14 +142,20 @@ <a name="post_certificate_details"></a> ## -[**ParsedCertificate**](ParsedCertificate.html) post_certificate_details(body) + + Returns the information about an X509 PEM encoded certificate or certificate chain. Wraps POST /api/v2/certificate/details + +Requires NO permissions: + + ### Example ~~~ruby # load the gem