We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbfb93 commit 55ae0caCopy full SHA for 55ae0ca
docs/specs/dynamic-query-params.yaml
@@ -9,7 +9,11 @@ paths:
9
- Query Params
10
summary: Various ways to pass query params
11
description: >
12
- Following OpenAPI spec demnstrate various ways to pass query params. It os also possible to create dynamic query params from the keys of an object
+ Following OpenAPI spec demonstrate various ways to pass query params.
13
+ - you may pass predefined query params
14
+ - you may create dynamic query params by defining a query-param as an object,
15
+ in that case each key of the object will be treated as a seperate param
16
+ - Array serialization depends on `style` and `explode` property
17
18
```
19
openapi: 3.0.0
0 commit comments