summaryrefslogtreecommitdiffstats
path: root/templates/swagger/v1_json.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/swagger/v1_json.tmpl')
-rw-r--r--templates/swagger/v1_json.tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl
index 6c0d8c1b32..c1847f0440 100644
--- a/templates/swagger/v1_json.tmpl
+++ b/templates/swagger/v1_json.tmpl
@@ -7563,6 +7563,9 @@
"201": {
"$ref": "#/responses/Release"
},
+ "404": {
+ "$ref": "#/responses/notFound"
+ },
"409": {
"$ref": "#/responses/error"
}
@@ -7606,6 +7609,9 @@
"responses": {
"200": {
"$ref": "#/responses/Release"
+ },
+ "404": {
+ "$ref": "#/responses/notFound"
}
}
},
@@ -7642,6 +7648,9 @@
"responses": {
"204": {
"$ref": "#/responses/empty"
+ },
+ "404": {
+ "$ref": "#/responses/notFound"
}
}
},
@@ -7691,6 +7700,9 @@
"responses": {
"200": {
"$ref": "#/responses/Release"
+ },
+ "404": {
+ "$ref": "#/responses/notFound"
}
}
}