doc_out/ConfigurationApi.html.md in purecloud-0.44.1 vs doc_out/ConfigurationApi.html.md in purecloud-0.45.1
- old
+ new
@@ -173,11 +173,11 @@
<a name="put_recordingkeys_rotationschedule"></a>
-## -[**KeyRotationSchedule**](KeyRotationSchedule.html) put_recordingkeys_rotationschedule(opts)
+## -[**KeyRotationSchedule**](KeyRotationSchedule.html) put_recordingkeys_rotationschedule(body)
Update key rotation schedule
@@ -196,27 +196,26 @@
config.access_token = @authToken
end
api_instance = PureCloud::ConfigurationApi.new
-opts = {
- body: PureCloud::KeyRotationSchedule.new # KeyRotationSchedule | KeyRotationSchedule
-}
+body = PureCloud::KeyRotationSchedule.new # KeyRotationSchedule | KeyRotationSchedule
+
begin
#Update key rotation schedule
- result = api_instance.put_recordingkeys_rotationschedule(opts)
+ result = api_instance.put_recordingkeys_rotationschedule(body)
p result
rescue PureCloud::ApiError => e
puts "Exception when calling ConfigurationApi->put_recordingkeys_rotationschedule: #{e}"
end
~~~
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**KeyRotationSchedule**](KeyRotationSchedule.html)| KeyRotationSchedule | [optional]
+ **body** | [**KeyRotationSchedule**](KeyRotationSchedule.html)| KeyRotationSchedule |
{: class="table table-striped"}
### Return type