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
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).
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.
The text was updated successfully, but these errors were encountered:
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).
Steps:
The text was updated successfully, but these errors were encountered: