Method: PureCloud::RecordingApi#post_localkeys_settings
- Defined in:
- lib/purecloud/api/recording_api.rb
#post_localkeys_settings(body, opts = {}) ⇒ LocalEncryptionConfiguration
create settings for local key creation
1525 1526 1527 1528 |
# File 'lib/purecloud/api/recording_api.rb', line 1525 def post_localkeys_settings(body, opts = {}) data, status_code, headers = post_localkeys_settings_with_http_info(body, opts) return data end |