From 3ece8a003024f800bcbaf60141747864466a864c Mon Sep 17 00:00:00 2001 From: YoungJun Park Date: Tue, 26 Jul 2022 00:13:07 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20=ED=9A=8C=EC=9B=90=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=EB=B3=80=EA=B2=BD=20http=20=EC=8B=9C=EB=82=98?= =?UTF-8?q?=EB=A6=AC=EC=98=A4(#14)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/01_Member.http | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/http/01_Member.http b/http/01_Member.http index 9cf6227..ecf2e3f 100644 --- a/http/01_Member.http +++ b/http/01_Member.http @@ -30,3 +30,12 @@ Content-Type: application/json ### 2. 회원 리스트 조회 GET http://localhost:8080/v1/member/list + +### 3. 회원정보 업데이트 +PUT http://localhost:8080/v1/member/1 +Content-Type: application/json + +{ + "name": "박영준 이름 변경", + "type": "USER" +}