File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -187,10 +187,21 @@ Authorization: Bearer {{host2AccessToken}}
187187
188188{}
189189
190- ### 7. (선택) 모임 상세 조회 - MEMBER1 토큰으로 내 상태 확인
190+ ### 7. (선택) 모임 상세 조회 - HOST2 토큰으로 내 상태 확인
191191GET http://localhost:8080/api/v2/groups/{{groupId_approvalTest}}
192192Authorization: Bearer {{host2AccessToken}}
193193
194+ ### 7. (선택) 모임 상세 조회 - MEMBER1 토큰으로 내 상태 확인
195+ GET http://localhost:8080/api/v2/groups/{{groupId_approvalTest}}
196+ Authorization: Bearer {{member1AccessToken}}
197+
198+ ### 7. (선택) 모임 상세 조회 - MEMBER2 토큰으로 내 상태 확인
199+ GET http://localhost:8080/api/v2/groups/{{groupId_approvalTest}}
200+ Authorization: Bearer {{member2AccessToken}}
201+
202+ ### 7. (선택) 모임 상세 조회 - 비회원
203+ GET http://localhost:8080/api/v2/groups/{{groupId_approvalTest}}
204+
194205### 8. (선택) MEMBER1이 모임 left 시도 (HOST는 left 불가)
195206POST http://localhost:8080/api/v2/groups/{{groupId_approvalTest}}/left
196207Content-Type: application/json
You can’t perform that action at this time.
0 commit comments