mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 14:07:55 -09:00
fix Missing 404 swagger response docs for /admin/users/{username} (#26086)
close #26079
This commit is contained in:
Generated
+3
@@ -620,6 +620,9 @@
|
||||
"403": {
|
||||
"$ref": "#/responses/forbidden"
|
||||
},
|
||||
"404": {
|
||||
"$ref": "#/responses/notFound"
|
||||
},
|
||||
"422": {
|
||||
"$ref": "#/responses/validationError"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user