File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ func Search(ctx *context.APIContext) {
51
51
// in: query
52
52
// description: keyword
53
53
// type: string
54
+ // - name: topic
55
+ // in: query
56
+ // description: Limit search to repositories with keyword as topic
57
+ // type: boolean
54
58
// - name: uid
55
59
// in: query
56
60
// description: search only for repos that the user with the given id owns or contributes to
Original file line number Diff line number Diff line change 1093
1093
"name": "q",
1094
1094
"in": "query"
1095
1095
},
1096
+ {
1097
+ "type": "boolean",
1098
+ "description": "Limit search to repositories with keyword as topic",
1099
+ "name": "topic",
1100
+ "in": "query"
1101
+ },
1096
1102
{
1097
1103
"type": "integer",
1098
1104
"format": "int64",
You can’t perform that action at this time.
0 commit comments