diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2020-01-19 14:43:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-19 14:43:38 +0800 |
commit | f540d0ac87fe776e71c5caeba20049f46a667efe (patch) | |
tree | 71c115e7b4081ac013c92cfa4e8ad88c43e9dbaa /templates/swagger | |
parent | 0641965860bc5ebcb1c85067976099986d0136c6 (diff) | |
download | gitea-f540d0ac87fe776e71c5caeba20049f46a667efe.tar.gz gitea-f540d0ac87fe776e71c5caeba20049f46a667efe.zip |
Fix issues/pulls dependencies problems (#9842)
* Fix issues/pulls dependencies problems
* fix swagger and api param name
* fix js
Diffstat (limited to 'templates/swagger')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 8ff4597b2e..95932d9e02 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -1397,6 +1397,12 @@ "description": "repository to prioritize in the results", "name": "priority_repo_id", "in": "query" + }, + { + "type": "string", + "description": "filter by type (issues / pulls) if set", + "name": "type", + "in": "query" } ], "responses": { |