aboutsummaryrefslogtreecommitdiffstats
path: root/public/swagger.v1.json
diff options
context:
space:
mode:
Diffstat (limited to 'public/swagger.v1.json')
-rw-r--r--public/swagger.v1.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/public/swagger.v1.json b/public/swagger.v1.json
index 68f8227933..3ce534d44f 100644
--- a/public/swagger.v1.json
+++ b/public/swagger.v1.json
@@ -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 @@
}
}
}
-} \ No newline at end of file
+}