Skip to content

Commit e74e169

Browse files
[skip ci] Add swagger.yaml
1 parent 4339a6f commit e74e169

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

swagger.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9325,6 +9325,15 @@ paths:
93259325
schema:
93269326
example: text
93279327
type: string
9328+
- name: searchOptions
9329+
required: false
9330+
in: query
9331+
description: Search Options
9332+
schema:
9333+
example: name
9334+
type: array
9335+
items:
9336+
type: string
93289337
responses:
93299338
'200':
93309339
description: Successful operation.

0 commit comments

Comments
 (0)