Closed ryuju0911 closed 4 months ago
Do we plan to create API URI for each prop of users like name
, location
?
@ryuji0123 I think managing the API in this manner will become difficult. Would it be a better idea to parse the payload and update its parameters instead?
I guess one way is making client code responsible for fulfilling only updated props. This way, server code shouldn't worry about if passed payload should be fully used to update DB data or check diffs first.
I see. I will adopt your idea.
Summary
Integrate UpdateUsername and UpdateBio into UpdateProfile.
Deadline
6/28
References
None
Notes
None