Skip to content

Commit fd8795f

Browse files
안훈기안훈기
authored andcommitted
📝 Docs: getNearMatches Swagger summary에 OPEN 필터 조건 명시
1 parent 964af1f commit fd8795f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/be/sportizebe/domain/match/controller/MatchController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public ResponseEntity<BaseResponse<MatchDetailResponse>> getMatchDetail(
6868
return ResponseEntity.ok(BaseResponse.success("매칭 상세 조회 성공", response));
6969
}
7070

71-
@Operation(summary = "내 주변 매칭 목록 조회")
71+
@Operation(summary = "내 주변 매칭 목록 조회 (매칭상태: OPEN만 보여준다.)")
7272
@GetMapping("/near")
7373
public ResponseEntity<BaseResponse<List<MatchNearResponse>>> getNearMatches(
7474
@ParameterObject @Valid @ModelAttribute MatchNearRequest request

0 commit comments

Comments
 (0)