Skip to content

Commit f2efc37

Browse files
committed
Allow "per_page" and "page" params on search.users, search.issues and search.repos.
1 parent 377f75c commit f2efc37

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

api/v3.0.0/routes.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3276,7 +3276,7 @@
32763276
"required": false,
32773277
"validation": "",
32783278
"invalidmsg": "",
3279-
"description": "Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repositoryÕs default branch (usually master)."
3279+
"description": "Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch (usually master)."
32803280
},
32813281
"name": {
32823282
"type": "String",
@@ -3436,7 +3436,9 @@
34363436
"invalidmsg": "comments, created, or updated",
34373437
"description": "comments, created, or updated"
34383438
},
3439-
"$order": null
3439+
"$order": null,
3440+
"$page": null,
3441+
"$per_page": null
34403442
}
34413443
},
34423444

@@ -3452,7 +3454,9 @@
34523454
"invalidmsg": "One of stars, forks, or updated. Default: results are sorted by best match.",
34533455
"description": "stars, forks, or updated"
34543456
},
3455-
"$order": null
3457+
"$order": null,
3458+
"$page": null,
3459+
"$per_page": null
34563460
}
34573461
},
34583462

@@ -3468,7 +3472,9 @@
34683472
"invalidmsg": "Can be followers, repositories, or joined. Default: results are sorted by best match.",
34693473
"description": "followers, repositories, or joined"
34703474
},
3471-
"$order": null
3475+
"$order": null,
3476+
"$page": null,
3477+
"$per_page": null
34723478
}
34733479
},
34743480

0 commit comments

Comments
 (0)