Skip to content

Commit

Permalink
fix(specs): example should be integer (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Jan 3, 2023
1 parent ac8334a commit e77a46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/search/paths/advanced/getTask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ get:
schema:
type: integer
format: int64
example: '13235'
example: 13235
responses:
'200':
description: OK
Expand Down

0 comments on commit e77a46b

Please sign in to comment.