Skip to content

Commit

Permalink
스웨거 설명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
gidskql6671 committed May 24, 2024
1 parent 52293f6 commit 6b18a39
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ import java.time.YearMonth
class CommitController(private val commitService: CommitService) {

@Operation(
summary = "로그인된 유저의 커밋 조회",
description = "로그인된 유저의 커밋들을 조회한다."
summary = "로그인된 유저가 해결한 문제 목록 조회",
description = "로그인된 유저가 특정 달에 해결한 문제 목록을 조회한다."
)
@ApiResponses(
ApiResponse(responseCode = "200", description = "로그인된 유저의 커밋 목록 조회"),
ApiResponse(responseCode = "200", description = "로그인된 유저의 문제 목록 조회"),
ApiResponse(
responseCode = "400", description = "잘못된 Request Parameter",
content = [Content(schema = Schema(implementation = BadRequestResponse::class))],
Expand Down

0 comments on commit 6b18a39

Please sign in to comment.