Reapply "archive 삭제"

This reverts commit 69ab355bb9.
This commit is contained in:
2026-04-09 10:19:10 +09:00
parent 69ab355bb9
commit aec9ae8c43
245 changed files with 0 additions and 3799 deletions
@@ -1,18 +0,0 @@
PUT /members/100 HTTP/1.1
Content-Type: application/json
{
"username": "old",
"age": 50
}
PUT /members/100 HTTP/1.1
Content-Type: application/json
{
"age": 50
}
이렇게 주면 기존의 username은 사라지게됨.
age만 변경하고 싶으면 PUT말고 [[PATCH]]를 쓰자.