Skip to content

Commit 4c11347

Browse files
authored
Merge pull request #76 from phiHero/patch-5
Make the search parameters `q` and `query_by` optional
2 parents 8897112 + 504eb3a commit 4c11347

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)