From 40274b4a935fff50e223751ce3653c2549352b10 Mon Sep 17 00:00:00 2001 From: Jimmy Praet Date: Sun, 27 Dec 2020 20:58:03 +0100 Subject: Team dashboards (#14159) --- templates/swagger/v1_json.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'templates/swagger') diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 72665e2b6d..5de056f3c7 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -2009,6 +2009,13 @@ "name": "priority_owner_id", "in": "query" }, + { + "type": "integer", + "format": "int64", + "description": "search only for repos that belong to the given team id", + "name": "team_id", + "in": "query" + }, { "type": "integer", "format": "int64", -- cgit v1.2.3