We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bffc75 commit 2cb83a1Copy full SHA for 2cb83a1
1 file changed
content/v3/search.md
@@ -46,6 +46,13 @@ language
46
start_page
47
: _Optional_ Page number to fetch
48
49
+s
50
+: _Optional_ Sort field. One of `stars`, `forks`, or `updated`. If not
51
+provided, results are sorted by best match.
52
+
53
+o
54
+: _Optional_ Sort order if `s` param is provided. One of `asc` or `desc`.
55
56
<%= headers 200 %>
57
<%= json(:repo_search_results) %>
58
0 commit comments