Skip to content

Commit 46130b3

Browse files
committed
Fix getting all pull requests without filters
1 parent 29480fe commit 46130b3

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

api/v3.0.0/routes.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,8 +1633,20 @@
16331633
"invalidmsg": "open, closed, all, default: open",
16341634
"description": "open, closed, or all"
16351635
},
1636-
"$head": null,
1637-
"$base": null,
1636+
"head": {
1637+
"type": "String",
1638+
"required": false,
1639+
"validation": "",
1640+
"invalidmsg": "",
1641+
"description": ""
1642+
},
1643+
"base": {
1644+
"type": "String",
1645+
"required": false,
1646+
"validation": "",
1647+
"invalidmsg": "",
1648+
"description": ""
1649+
},
16381650
"$page": null,
16391651
"$per_page": null,
16401652
"sort": {

0 commit comments

Comments
 (0)