Rest API - HTTP Methods
A developer uses PATCH to update a user's phone number twice with the same data:
What is the likely issue here?
PATCH /users/7 {"phone": "123-456"}
PATCH /users/7 {"phone": "123-456"}What is the likely issue here?
