Skip to content

Commit 0d1830d

Browse files
committed
fix: make sure timeouts and dates are marked as number
1 parent 13e1466 commit 0d1830d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api_spec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8458,7 +8458,7 @@ paths:
84588458
type: string
84598459
example: TQvEVDV8B64w_2zIifzKaPzBPfthqpx2uJkq_2PIB0k
84608460
timeout:
8461-
type: string
8461+
type: number
84628462
example: 10000
84638463
origin:
84648464
type: string
@@ -8756,10 +8756,10 @@ paths:
87568756
type: boolean
87578757
example: true
87588758
createdAt:
8759-
type: string
8759+
type: number
87608760
example: 1741793746
87618761
expiresAt:
8762-
type: string
8762+
type: number
87638763
example: 1741793746
87648764
- type: object
87658765
properties:

0 commit comments

Comments
 (0)