aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/swagger/v1_json.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl
index 7b3a616740..69874bdc75 100644
--- a/templates/swagger/v1_json.tmpl
+++ b/templates/swagger/v1_json.tmpl
@@ -620,6 +620,9 @@
"403": {
"$ref": "#/responses/forbidden"
},
+ "404": {
+ "$ref": "#/responses/notFound"
+ },
"422": {
"$ref": "#/responses/validationError"
}