Skip to content

Commit

Permalink
Fixes the incorrect name and format of the parameters before and after (
Browse files Browse the repository at this point in the history
#2175)

for event api.
Fixes #2174

Signed-off-by: howardyoo <[email protected]>

Signed-off-by: howardyoo <[email protected]>
Co-authored-by: Willy Lulciuc <[email protected]>
  • Loading branch information
howardyoo and wslulciuc committed Oct 17, 2022
1 parent 5e8439e commit 876f963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -824,13 +824,13 @@ components:
required: false

before:
name: version
name: before
in: query
description: Returns events before passed date.
required: false
schema:
type: string
format: uuid
format: date-time
example: 2022-09-15T07:47:19Z

after:
Expand All @@ -840,7 +840,7 @@ components:
required: false
schema:
type: string
format: uuid
format: date-time
example: 2022-09-15T07:47:19Z

schemas:
Expand Down

0 comments on commit 876f963

Please sign in to comment.