We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ce9c6 commit e2e240fCopy full SHA for e2e240f
1 file changed
spec/openapi.yaml
@@ -194,6 +194,7 @@ components:
194
in: query
195
schema:
196
$ref: '#/components/schemas/FilterLogsOptions'
197
+ style: deepObject
198
LogId:
199
name: logId
200
description: The id of the log to retrieve
@@ -207,13 +208,15 @@ components:
207
208
209
210
$ref: '#/components/schemas/PaginationOptions'
211
212
SortLogs:
213
214
name: sort
215
description: Specifies the sorting requirements.
216
required: false
217
218
$ref: '#/components/schemas/SortLogsOptions'
219
220
TagId:
221
name: tagId
222
description: The id of the tag to retrieve
0 commit comments