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" }
စိတ်လျှော့ပါ။ ဒီခန်းကို စာအုပ်လိုမဟုတ်ဘဲ စကားပြောသလိုပဲ၊ နားလည်လွယ်အောင် ရှင်းပါမယ်။
PATCH /v1/users/u_1
Content-Type: application/json
{ "name": "Alice K." }🎯 Result{ "id": "u_1", "name": "Alice K.", "email": "alice@example.com" }