You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API spec says that POST /auth/changeusername returns status 403 if username is taken, but in reality it returns 409. We should change the docs to say it returns 409 in those cases.
The text was updated successfully, but these errors were encountered:
The API spec says that
POST /auth/changeusername
returns status 403 if username is taken, but in reality it returns 409. We should change the docs to say it returns 409 in those cases.The text was updated successfully, but these errors were encountered: