1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 20:48:20 +00:00

Add swagger check (#3811)

This commit is contained in:
Antoine GIRARD
2018-04-20 11:13:50 +02:00
committed by Bo-Yi Wu
parent cf8c2e5951
commit 3506717e9c
13 changed files with 143 additions and 124 deletions

View File

@@ -4325,6 +4325,32 @@
}
}
},
"/topics/search": {
"get": {
"produces": [
"application/json"
],
"tags": [
"repository"
],
"summary": "search topics via keyword",
"operationId": "topicSearch",
"parameters": [
{
"type": "integer",
"description": "id of the repo to get",
"name": "keyword",
"in": "path",
"required": true
}
],
"responses": {
"200": {
"$ref": "#/responses/Repository"
}
}
}
},
"/user": {
"get": {
"produces": [