We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User can set empty nickname through API by postman. Current version: babf5ed Prerequisites: Set cookie and x-srf-token in postman endpoint https://codebattle.hexlet.io/api/v1/settings
1. Type https://codebattle.hexlet.io/api/v1/settings in url 2. Select "PATCH" method 3. Type json in body "name": "" 4. Click on "send" button
Validation error. Nickname doesn't change.
Nickname changes to empty string
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
User can set empty nickname through API by postman.
Current version: babf5ed
Prerequisites:
Set cookie and x-srf-token in postman
endpoint https://codebattle.hexlet.io/api/v1/settings
Reproduction steps
Expected result
Validation error. Nickname doesn't change.
Actual result
Nickname changes to empty string
Browsers
No response
OS
No response
The text was updated successfully, but these errors were encountered: