Skip to content

Commit 1015db2

Browse files
committed
Fix page parameter default value in OpenAPI documentation
1 parent 094ad4d commit 1015db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/openapi.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
"required": false,
305305
"schema": {
306306
"type": "string",
307-
"default": 0
307+
"default": 1
308308
}
309309
}
310310
],
@@ -410,7 +410,7 @@
410410
"required": false,
411411
"schema": {
412412
"type": "string",
413-
"default": 0
413+
"default": 1
414414
}
415415
}
416416
],

0 commit comments

Comments
 (0)