Skip to content

Commit 504eb3a

Browse files
authored
Make the search parameters q and query_by optional
`q` and `query_by` have to be optional in order to use preset
1 parent 8897112 commit 504eb3a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

openapi.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2404,10 +2404,6 @@ components:
24042404
$ref: "#/components/schemas/SearchResultConversation"
24052405
SearchParameters:
24062406
type: object
2407-
required:
2408-
- q
2409-
- query_by
2410-
24112407
properties:
24122408
q:
24132409
description: The query text to search for in the collection.

0 commit comments

Comments
 (0)