-
-
Notifications
You must be signed in to change notification settings - Fork 382
feat/update-user-data-endpoint #1620
New issue
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
base: master
Are you sure you want to change the base?
feat/update-user-data-endpoint #1620
Conversation
|
Hi @kaplanelad, after a few errors occurred, I’ve made some fixes in this PR. Could you please trigger the CI tests again? Thank you! 🙏 |
|
Hey, |
cdab821 to
66003b6
Compare
|
Hi @kaplanelad , |
This PR provides an endpoint to update the data of a logged in user
Update current user
To update user data in the database, send name, email and password to update in the
/updateendpoint.It will also be checked if the new username and email already exist. If so, an error will be returned.
Example Curl request: