Fix the HTTP status code for the user creation admin endpoint (#4040)

This commit is contained in:
Quentin Gliech
2025-02-14 15:01:58 +01:00
committed by GitHub
2 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -754,7 +754,7 @@
"required": true
},
"responses": {
"200": {
"201": {
"description": "User was created",
"content": {
"application/json": {