docs/UserEntity.md in talon_one-1.4.0 vs docs/UserEntity.md in talon_one-2.0.0
- old
+ new
@@ -1,8 +1,17 @@
# TalonOne::UserEntity
## Properties
+
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user_id** | **Integer** | The ID of the account that owns this entity. |
+
+## Code Sample
+
+```ruby
+require 'TalonOne'
+
+instance = TalonOne::UserEntity.new(user_id: null)
+```