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" }