Skip to content

feat(putUser): add the api route to update a user#24

Merged
MayuriXx merged 3 commits into
mainfrom
feat/putUser
Mar 4, 2026
Merged

feat(putUser): add the api route to update a user#24
MayuriXx merged 3 commits into
mainfrom
feat/putUser

Conversation

@profotoce59
Copy link
Copy Markdown
Collaborator

Add this endpoint put /user/{id}Add this endpoint put /user/{id}

A user is update. If the corresponding user is not found (find with the id) a 404 is return.

Else the corresponding user is updated with the given information

@profotoce59 profotoce59 linked an issue Mar 3, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Collaborator

@Theo-lbg Theo-lbg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sonarqube-xpeho
Copy link
Copy Markdown

@MayuriXx MayuriXx merged commit 8435e14 into main Mar 4, 2026
4 checks passed
@MayuriXx MayuriXx deleted the feat/putUser branch March 4, 2026 10:09
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

Successfully merging this pull request may close these issues.

Add this endpoint put /user/{id}

4 participants