Skip to content

Commit e2e240f

Browse files
committed
fix(openapi): query parameters should have style deepObject
1 parent 03ce9c6 commit e2e240f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

spec/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ components:
194194
in: query
195195
schema:
196196
$ref: '#/components/schemas/FilterLogsOptions'
197+
style: deepObject
197198
LogId:
198199
name: logId
199200
description: The id of the log to retrieve
@@ -207,13 +208,15 @@ components:
207208
in: query
208209
schema:
209210
$ref: '#/components/schemas/PaginationOptions'
211+
style: deepObject
210212
SortLogs:
211213
in: query
212214
name: sort
213215
description: Specifies the sorting requirements.
214216
required: false
215217
schema:
216218
$ref: '#/components/schemas/SortLogsOptions'
219+
style: deepObject
217220
TagId:
218221
name: tagId
219222
description: The id of the tag to retrieve

0 commit comments

Comments
 (0)