docs/Event.md in talon_one-5.0.0 vs docs/Event.md in talon_one-6.0.0
- old
+ new
@@ -11,10 +11,10 @@
**store_integration_id** | **String** | The integration ID of the store. You choose this ID when you create a store. | [optional]
**type** | **String** | A string representing the event. Must not be a reserved event name. |
**attributes** | [**Object**](.md) | Arbitrary additional JSON data associated with the event. |
**session_id** | **String** | The ID of the session that this event occurred in. | [optional]
**effects** | **Array<Object>** | An array of effects generated by the rules of the enabled campaigns of the Application. You decide how to apply them in your system. See the list of [API effects](https://docs.talon.one/docs/dev/integration-api/api-effects). |
-**ledger_entries** | [**Array<LedgerEntry>**](LedgerEntry.md) | Ledger entries for the event. |
+**ledger_entries** | [**Array<LedgerEntry>**](LedgerEntry.md) | Ledger entries for the event. | [optional]
**meta** | [**Meta**](Meta.md) | | [optional]
## Code Sample
```ruby