File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ These options are available on all route types:
352352- ` default_fields ` — a list of fields to include in the response attributes
353353- ` primary? ` (default ` false ` ) — whether this is the default route for link generation
354354- ` metadata ` — a function ` fn subject, result, request -> map end ` for top-level response metadata
355- - ` modify_conn ` — a function to modify the Plug conn before responding. See the [ modify_conn guide ] ( /documentation/topics/modify-conn.md ) .
355+ - ` modify_conn ` — a function to modify the Plug conn before responding.
356356- ` query_params ` — action arguments to accept as query parameters
357357- ` name ` — a globally unique name for this route, used in docs and OpenAPI
358358- ` description ` — a human-friendly description for generated documentation (overrides the action description)
You can’t perform that action at this time.
0 commit comments