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 ecc17b51c8..4da8b12af4 100644
--- a/templates/swagger/v1_json.tmpl
+++ b/templates/swagger/v1_json.tmpl
@@ -8960,6 +8960,9 @@
},
"404": {
"$ref": "#/responses/notFound"
+ },
+ "405": {
+ "$ref": "#/responses/empty"
}
}
}
@@ -9043,6 +9046,9 @@
},
"404": {
"$ref": "#/responses/notFound"
+ },
+ "405": {
+ "$ref": "#/responses/empty"
}
}
},
@@ -9811,6 +9817,9 @@
"404": {
"$ref": "#/responses/notFound"
},
+ "405": {
+ "$ref": "#/responses/empty"
+ },
"409": {
"$ref": "#/responses/conflict"
}
@@ -9898,6 +9907,9 @@
"404": {
"$ref": "#/responses/notFound"
},
+ "405": {
+ "$ref": "#/responses/empty"
+ },
"409": {
"$ref": "#/responses/conflict"
}