Testaustime / testaustime-backend

https://api.testaustime.fi
MIT License
12 stars 11 forks source link

Documentation incorrect for `POST /auth/changeusername` #106

Open Eldemarkki opened 11 months ago

Eldemarkki commented 11 months ago

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.