Skip to content

Commit c686a5f

Browse files
chore: auto build DIYgod/RSSHub@78068da
1 parent 970902c commit c686a5f

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

src/public/routes.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69901,9 +69901,26 @@
6990169901
],
6990269902
"example": "/github/pull/DIYgod/RSSHub",
6990369903
"parameters": {
69904-
"user": "User name",
69905-
"repo": "Repo name",
69906-
"state": "the state of pull requests. Can be either `open`, `closed`, or `all`. Default: `open`.",
69904+
"user": "GitHub username",
69905+
"repo": "GitHub repo name",
69906+
"state": {
69907+
"description": "the state of pull requests.",
69908+
"default": "open",
69909+
"options": [
69910+
{
69911+
"label": "Open",
69912+
"value": "open"
69913+
},
69914+
{
69915+
"label": "Closed",
69916+
"value": "closed"
69917+
},
69918+
{
69919+
"label": "All",
69920+
"value": "all"
69921+
}
69922+
]
69923+
},
6990769924
"labels": "a list of comma separated label names"
6990869925
},
6990969926
"categories": [

0 commit comments

Comments
 (0)