From 26af3401c36e6316b81b92bf6a776bf2442d251c Mon Sep 17 00:00:00 2001 From: David Svantesson Date: Sat, 24 Aug 2019 05:17:10 +0200 Subject: Document possibility to limit API Repo search to topics only. (#7957) Signed-off-by: David Svantesson --- routers/api/v1/repo/repo.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'routers/api') diff --git a/routers/api/v1/repo/repo.go b/routers/api/v1/repo/repo.go index 5fe41927fa..4afe1661d0 100644 --- a/routers/api/v1/repo/repo.go +++ b/routers/api/v1/repo/repo.go @@ -51,6 +51,10 @@ func Search(ctx *context.APIContext) { // in: query // description: keyword // type: string + // - name: topic + // in: query + // description: Limit search to repositories with keyword as topic + // type: boolean // - name: uid // in: query // description: search only for repos that the user with the given id owns or contributes to -- cgit v1.2.3