Skip to content

Commit e77a46b

Browse files
authored
fix(specs): example should be integer (#1210)
1 parent ac8334a commit e77a46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/search/paths/advanced/getTask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ get:
1313
schema:
1414
type: integer
1515
format: int64
16-
example: '13235'
16+
example: 13235
1717
responses:
1818
'200':
1919
description: OK

0 commit comments

Comments
 (0)