lib/purecloudplatformclientv2/api/users_api.rb in purecloudplatformclientv2-14.0.0 vs lib/purecloudplatformclientv2/api/users_api.rb in purecloudplatformclientv2-14.1.0

- old
+ new

@@ -2689,21 +2689,21 @@ end # Update an OutOfOffice # # @param user_id User ID - # @param body The updated UserPresence + # @param body The updated OutOffOffice # @param [Hash] opts the optional parameters # @return [OutOfOffice] def put_user_outofoffice(user_id, body, opts = {}) data, _status_code, _headers = put_user_outofoffice_with_http_info(user_id, body, opts) return data end # Update an OutOfOffice # # @param user_id User ID - # @param body The updated UserPresence + # @param body The updated OutOffOffice # @param [Hash] opts the optional parameters # @return [Array<(OutOfOffice, Fixnum, Hash)>] OutOfOffice data, response status code and response headers def put_user_outofoffice_with_http_info(user_id, body, opts = {}) if @api_client.config.debugging @api_client.config.logger.debug "Calling API: UsersApi.put_user_outofoffice ..."