Missing validation information in api docs

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Hello, Lets say I would like to create new user by POST /users all I need to send is:

{
"email": "myown@email.com",
"password": "qwas",
"username": "^#EAH!()!"
"name": "$UP3R N@M&"
}

And guess, what, it doesn't work. I will get an error as return that password is to short, then if I will improve length of the password to be 8 chars or more (idk what's the max length of the password anyway), I can not have special chars in the user name, only latin chars and _ also 0-9. Guys, the point of this issue, is that, there are missing information about how you validate the input. Or Im blind and google hates me.

Thanks in advance.

Edited by 🤖 GitLab Bot 🤖