Skip to content

Commit

Permalink
[docs] swagger 파라미터 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwoo7 committed Aug 22, 2024
1 parent 9c67c26 commit 9128cc1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ public ResponseEntity<?> searchLibrariesByRegion(@RequestParam String regionCode
// 도서관 코드 기반 도서관 검색
@Operation(summary = "도서관 코드 기반 도서관 검색", description = "도서관 코드를 입력받아 해당 도서관의 정보를 반환합니다.",
parameters = {
@Parameter(name = "regionCode", description = "대지역 코드 (필수)"),
@Parameter(name = "regionDetailCode", description = "세부지역 코드 (선택)")},
@Parameter(name = "libCode", description = "도서관 코드 (필수)")},
responses = {@ApiResponse(responseCode = "200", content = @Content(schema = @Schema(implementation = LibSrchResponseDto.class)),
description = LibSrchResponseDto.description)})
@GetMapping("/searchByLibCode")
Expand Down

0 comments on commit 9128cc1

Please sign in to comment.