Skip to content

Commit

Permalink
fix(openapi): query parameters should have style deepObject
Browse files Browse the repository at this point in the history
  • Loading branch information
mvegter committed May 16, 2020
1 parent 03ce9c6 commit e2e240f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ components:
in: query
schema:
$ref: '#/components/schemas/FilterLogsOptions'
style: deepObject
LogId:
name: logId
description: The id of the log to retrieve
Expand All @@ -207,13 +208,15 @@ components:
in: query
schema:
$ref: '#/components/schemas/PaginationOptions'
style: deepObject
SortLogs:
in: query
name: sort
description: Specifies the sorting requirements.
required: false
schema:
$ref: '#/components/schemas/SortLogsOptions'
style: deepObject
TagId:
name: tagId
description: The id of the tag to retrieve
Expand Down

0 comments on commit e2e240f

Please sign in to comment.