summaryrefslogtreecommitdiffstats
path: root/templates/swagger
diff options
context:
space:
mode:
Diffstat (limited to 'templates/swagger')
-rw-r--r--templates/swagger/v1_json.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl
index 9c46b25eaf..c304a7a497 100644
--- a/templates/swagger/v1_json.tmpl
+++ b/templates/swagger/v1_json.tmpl
@@ -713,6 +713,9 @@
"201": {
"$ref": "#/responses/Repository"
},
+ "400": {
+ "$ref": "#/responses/error"
+ },
"403": {
"$ref": "#/responses/forbidden"
},
@@ -1926,6 +1929,9 @@
"201": {
"$ref": "#/responses/Repository"
},
+ "400": {
+ "$ref": "#/responses/error"
+ },
"403": {
"$ref": "#/responses/forbidden"
},
@@ -13382,6 +13388,9 @@
"201": {
"$ref": "#/responses/Repository"
},
+ "400": {
+ "$ref": "#/responses/error"
+ },
"409": {
"description": "The repository with the same name already exists."
},