[Bug]: Users Update should be PATCH not PUT
abdulajet opened this issue · 1 comments
abdulajet commented
Node Version
22.x
Platform
Mac (Apple Silcon)
SDK Version
3.16.0
Code Sample
vonageUser = await vonage.users.updateUser({ id: userId, imageUrl: imageUrl });
Expected Behavior
To PATCH
https://developer.vonage.com/en/api/application.v2#updateUser
Actual Behavior
Makes PUT request