Skip to content

Commit

Permalink
✅ 회원 정보 변경 http 시나리오(#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Jul 25, 2022
1 parent bcdbe3a commit 3ece8a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions http/01_Member.http
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 3ece8a0

Please sign in to comment.