Skip to content

Commit

Permalink
chore: 스웨거 설명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Soundbar91 committed Nov 28, 2024
1 parent 429c192 commit 0b5eb09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ ResponseEntity<Void> deleteAllTimetablesFrame(
)
@Operation(summary = "시간표에 강의 정보 추가",
description = """
lecture_id가 있는 경우 class_title, class_time, professor은 null, grades는 '0'으로 입력해야합니다.\n
lecture_id가 없는 경우 class_title, class_time, professor, grades을 선택적으로 입력합니다.
lecture_id가 있는 경우 class_infos, professor은 null, grades는 '0'으로 입력해야합니다.\n
lecture_id가 없는 경우 class_infos, professor, grades을 선택적으로 입력합니다.
""")
@SecurityRequirement(name = "Jwt Authentication")
@PostMapping("/v2/timetables/lecture")
Expand Down

0 comments on commit 0b5eb09

Please sign in to comment.