docs/UserEntity.md in talon_one-2.5.1 vs docs/UserEntity.md in talon_one-3.0.0

- old
+ new

@@ -2,16 +2,16 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**user_id** | **Integer** | The ID of the account that owns this entity. | +**user_id** | **Integer** | The ID of the user associated with this entity. | ## Code Sample ```ruby require 'TalonOne' -instance = TalonOne::UserEntity.new(user_id: null) +instance = TalonOne::UserEntity.new(user_id: 388) ```