Skip to content

Commit

Permalink
test: 모임 참여자 정보 리스트 조회 API 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yujung7768903 committed Feb 5, 2024
1 parent a055f02 commit c6ec102
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,8 @@ void readParticipateGroupByRegion() throws Exception {
fieldWithPath(participations + ".userEmail").type(STRING).description("유저 이메"),
fieldWithPath(participations + ".userName").type(STRING).description("유저 이름"),
fieldWithPath(participations + ".locationName").type(STRING).description("유저 출발지 이름"),
fieldWithPath(participations + ".transportation").type(STRING).description("유저 교통수단"))
fieldWithPath(participations + ".transportation").type(STRING).description("유저 교통수단"),
fieldWithPath(participations + ".isAdmin").type(BOOLEAN).description("관리자 여부(true: 모임장, false: 모임원)"))
.responseSchema(schema("GroupDetailResponse"))
.build();

Expand Down

0 comments on commit c6ec102

Please sign in to comment.