Fix the HTTP status code for the user creation admin endpoint

This commit is contained in:
Quentin Gliech
2025-02-14 14:54:22 +01:00
parent 409a73d1e3
commit 281ed7bc17
2 changed files with 10 additions and 7 deletions

View File

@@ -754,7 +754,7 @@
"required": true
},
"responses": {
"200": {
"201": {
"description": "User was created",
"content": {
"application/json": {