fix Missing 404 swagger response docs for /admin/users/{username} (#26086) (#26089)

Backport #26086 by @CaiCandong

close #26079

Co-authored-by: caicandong <50507092+CaiCandong@users.noreply.github.com>
This commit is contained in:
Giteabot
2023-07-24 12:07:39 +02:00
committed by GitHub
co-authored by caicandong
parent 8d9193680d
commit 59713541b6
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -620,6 +620,9 @@
"403": {
"$ref": "#/responses/forbidden"
},
"404": {
"$ref": "#/responses/notFound"
},
"422": {
"$ref": "#/responses/validationError"
}