Skip to content

Commit 1f2f0da

Browse files
authored
Documentation for the _api_persist flag (#523)
* Documentation for the _api_persist flag * Enables or disables
1 parent 405485b commit 1f2f0da

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

core/events.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ Constant | Event | Priority |
109109
Some of those built-in listeners can be enabled/disabled by setting request attributes ([for instance in the `defaults`
110110
attribute of an operation](operations.md#recommended-method)):
111111

112-
Listener | Parameter | Values | Default | Description |
113-
----------------------|----------------|----------------|---------|----------------------------------------|
114-
`ReadListener` | `_api_receive` | `true`/`false` | `true` | set to `false` to disable the listener |
115-
`DeserializeListener` | `_api_receive` | `true`/`false` | `true` | set to `false` to disable the listener |
116-
`ValidateListener``_api_receive` | `true`/`false` | `true` | set to `false` to disable the listener |
112+
Attribute | Type | Default | Description |
113+
---------------|--------|---------|--------------------------------------------------------------------------------------|
114+
`_api_receive` | `bool` | `true` | Enables or disables the `ReadListener`, `DeserializeListener` and `ValidateListener` |
115+
`_api_persist` | `bool` | `true` | Enables or disables `WriteLister` |

0 commit comments

Comments
 (0)