aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authora1012112796 <1012112796@qq.com>2022-06-17 04:03:03 +0800
committerGitHub <noreply@github.com>2022-06-16 22:03:03 +0200
commite3e06d13afdd882ca5934fde77217ff9554354c4 (patch)
tree5f46b0277127af587f1aed139d15b024f9dae74d /templates
parent89b0aac37449cf7ccdfa52c6edbe537257228bc1 (diff)
downloadgitea-e3e06d13afdd882ca5934fde77217ff9554354c4.tar.gz
gitea-e3e06d13afdd882ca5934fde77217ff9554354c4.zip
fix permission check for delete tag (#19985)
fix #19970 by the way, fix some error response about protected tags. Signed-off-by: a1012112796 <1012112796@qq.com>
Diffstat (limited to 'templates')
-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"
}