Skip to content

Commit dadf946

Browse files
authored
followup for #6563
1 parent 666dcae commit dadf946

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/json_and_apis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ $ curl -iX POST http://localhost:4000/api?name=name3
272272
```
273273

274274
They would return, respectively, `Hello name1!` (Path parameter), `Hello name2!` (Request body) and `Hello name3!` (Query parameter).
275+
You can access those parameters individually if desired via `conn.path_params`, `conn.body_params`, and `conn.query_params` respectively.
275276

276277
## Action fallback
277278

0 commit comments

Comments
 (0)