docs/UsersApi.md in purecloudplatformclientv2-14.0.0 vs docs/UsersApi.md in purecloudplatformclientv2-14.1.0
- old
+ new
@@ -2297,11 +2297,11 @@
api_instance = PureCloud::UsersApi.new
user_id = "user_id_example" # String | User ID
-body = PureCloud::OutOfOffice.new # OutOfOffice | The updated UserPresence
+body = PureCloud::OutOfOffice.new # OutOfOffice | The updated OutOffOffice
begin
#Update an OutOfOffice
result = api_instance.put_user_outofoffice(user_id, body)
@@ -2314,10 +2314,10 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**user_id** | **String**| User ID | |
- **body** | [**OutOfOffice**](OutOfOffice.html)| The updated UserPresence | |
+ **body** | [**OutOfOffice**](OutOfOffice.html)| The updated OutOffOffice | |
{: class="table table-striped"}
### Return type