diff --git a/core/events.md b/core/events.md index bdfa18f60fb..b4e3a04b80e 100644 --- a/core/events.md +++ b/core/events.md @@ -109,8 +109,7 @@ Constant | Event | Priority | Some of those built-in listeners can be enabled/disabled by setting request attributes ([for instance in the `defaults` attribute of an operation](operations.md#recommended-method)): -Listener | Parameter | Values | Default | Description | -----------------------|----------------|----------------|---------|----------------------------------------| -`ReadListener` | `_api_receive` | `true`/`false` | `true` | set to `false` to disable the listener | -`DeserializeListener` | `_api_receive` | `true`/`false` | `true` | set to `false` to disable the listener | -`ValidateListener` | `_api_receive` | `true`/`false` | `true` | set to `false` to disable the listener | +Attribute | Type | Default | Description | +---------------|--------|---------|--------------------------------------------------------------------------------------| +`_api_receive` | `bool` | `true` | Enables or disables the `ReadListener`, `DeserializeListener` and `ValidateListener` | +`_api_persist` | `bool` | `true` | Enables or disables `WriteLister` |