Skip to content

Commit 27e4029

Browse files
committed
Apply API documentation schema fix.
1 parent 1057f12 commit 27e4029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/doc/swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ paths:
196196
description: |
197197
The number of weeks to calculate. \
198198
Use a negative number to calculate past dates.
199-
type: int
199+
type: integer
200200
examples:
201201
1 - Calculate future date:
202202
value:
@@ -329,4 +329,4 @@ paths:
329329
Same as the `GET` request but skips the response body.
330330
responses:
331331
200:
332-
description: OK
332+
description: OK

0 commit comments

Comments
 (0)