Skip to content
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

[Backend] Define swagger contract and create back implementation for update user #25

Open
brauliodiez opened this issue Jan 10, 2025 · 0 comments
Assignees

Comments

@brauliodiez
Copy link
Member

We have already implemented POST and it contains a field that is not taking into consideration in the update (the password field), but the rest should be similar, it should receive the Id of the user to be update (in the create this is not taken into consideration).

image

Steps:

  • Define swagger.
  • Create nodejs implementation (validation here, if email does exists check that is the email of the current user).
  • Create mock server implemetation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants