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:
26
public/swagger.v1.json
vendored
26
public/swagger.v1.json
vendored
@@ -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": [
|
||||
|
Reference in New Issue
Block a user