mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
API: support '/orgs/:org/repos' (#2047)
* API: support '/orgs/:org/repos'
This commit is contained in:
committed by
Kim "BKC" Carlbäcker
parent
f011d6d4d7
commit
6a3c03762a
18
public/swagger.v1.json
vendored
18
public/swagger.v1.json
vendored
@@ -187,6 +187,22 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/orgs/{org}/repos": {
|
||||
"get": {
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"operationId": "orgListRepos",
|
||||
"responses": {
|
||||
"200": {
|
||||
"$ref": "#/responses/RepositoryList"
|
||||
},
|
||||
"500": {
|
||||
"$ref": "#/responses/error"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/repos/search": {
|
||||
"get": {
|
||||
"produces": [
|
||||
@@ -1357,4 +1373,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user