Skip to content

Commit

Permalink
refact : 보물 캡슐 요약 조회 API 명세화 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Jun 14, 2024
1 parent 551e778 commit 27edf91
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ ResponseEntity<ApiSpec<TreasureCapsuleOpenResponse>> openTreasureCapsule(
@ApiResponse(
responseCode = "200",
description = "처리 완료"
),
@ApiResponse(
responseCode = "404",
description = "보물 캡슐 찾기 실패 예외",
content = @Content(schema = @Schema(implementation = ErrorResponse.class))
)
})
ResponseEntity<ApiSpec<TreasureCapsuleSummaryResponse>> findTreasureCapsuleSummary(
Expand Down

0 comments on commit 27edf91

Please sign in to comment.