Update User
text
PATCH /v1/users/u_1
Content-Type: application/json
{ "name": "Alice K." }đŻ Result{ "id": "u_1", "name": "Alice K.", "email": "alice@example.com" }
Relax. We'll talk through this in plain words â no textbook voice.
PATCH /v1/users/u_1
Content-Type: application/json
{ "name": "Alice K." }đŻ Result{ "id": "u_1", "name": "Alice K.", "email": "alice@example.com" }