Skip to content

Commit

Permalink
endpoint test 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yaeoni committed Sep 21, 2024
1 parent 45f1f78 commit 81fd1bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _endpoint_test/member.http
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,22 @@ Authorization: {{authorization}}
### 친구 관계 생성 API
POST {{host}}/member/friend
Content-Type: application/json
Authorization: {{authorization}}

{
"fromMemberId": "22ee8f4c-c2db-49c5-ad5d-22db7bb67796",
"toMemberId": "71400a62-b535-48c3-967b-5a25a64137ae"
}

### 친구 관계 해제 API
DELETE {{host}}/member/friend
Content-Type: application/json
Authorization: {{authorization}}

{
"fromMemberId": "22ee8f4c-c2db-49c5-ad5d-22db7bb67796",
"toMemberId": "71400a62-b535-48c3-967b-5a25a64137ae"
}

### 마이스페이스 내가 받은 픽 조회 API
GET {{host}}/member/my-space/pick
Expand Down

0 comments on commit 81fd1bd

Please sign in to comment.