Skip to content

Commit bdaa52f

Browse files
Add 'withImages' query parameter to search (#111)
Co-authored-by: rchxx <=>
1 parent 28d992f commit bdaa52f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

search.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ paths:
55
/search:
66
parameters:
77
- $ref: './common.yml#/components/parameters/x-request'
8+
- in: query
9+
name: withImages
10+
required: false
11+
schema:
12+
type: boolean
13+
description: TBD
814
post:
915
tags:
1016
- search

0 commit comments

Comments
 (0)