File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,15 @@ The top-level configuration key for user configuration of this module is `zf-api
5353
5454#### Key: ` accept_filters `
5555
56- // Accept types that should allow ApiProblem responses
56+ An array of ` Accept ` header media types that, when matched, will result in the
57+ [ ApiProblemListener] ( #zfapiproblemlistenerapiproblemlistener ) handling an
58+ ` MvcEvent::EVENT_RENDER_ERROR ` event.
5759
5860#### Key: ` render_error_controllers `
5961
60- // Array of controller service names that should enable the ApiProblem render.error listener
61-
62+ An array of controller service names that, if matched as the ` controller ` parameter in the MVC
63+ ` RouteMatch ` , will cause the [ ApiProblemListener] ( #zfapiproblemlistenerapiproblemlistener ) to handle
64+ ` MvcEvent::EVENT_RENDER_ERROR ` events.
6265
6366### System Configuration
6467
You can’t perform that action at this time.
0 commit comments