Skip to content

Commit 97c3931

Browse files
for in: query, style: form, explode: true is the default
1 parent bcf76e9 commit 97c3931

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/oas.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4964,9 +4964,9 @@ parameters:
49644964
type: object
49654965
additionalProperties:
49664966
type: string
4967-
explode: true
49684967
- name: words
49694968
in: query
4969+
explode: false
49704970
schema:
49714971
type: array
49724972
items:
@@ -4994,16 +4994,14 @@ To do that, we'll add `allowReserved: true` to `formulas`, and change to `style:
49944994
parameters:
49954995
- name: formulas
49964996
in: query
4997+
allowReserved: true
49974998
schema:
49984999
type: object
49995000
additionalProperties:
50005001
type: string
5001-
explode: true
5002-
allowReserved: true
50035002
- name: words
50045003
in: query
50055004
style: spaceDelimited
5006-
explode: false
50075005
schema:
50085006
type: array
50095007
items:

0 commit comments

Comments
 (0)