Skip to content

Commit a5fcd1d

Browse files
authored
Make MultiSearchCollectionParameters.collection optional (#87)
This will allow using single search preset (`GET .../search` end-point) inside multi-search searches
1 parent c30258b commit a5fcd1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openapi.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3226,8 +3226,6 @@ components:
32263226
allOf:
32273227
- $ref: "#/components/schemas/MultiSearchParameters"
32283228
- type: object
3229-
required:
3230-
- collection
32313229
properties:
32323230
collection:
32333231
type: string

0 commit comments

Comments
 (0)