Skip to content

Commit 4270dc5

Browse files
committed
hotfix: 부원 지원 요청에 대한 실패 케이스 명세 추가
1 parent 5b27896 commit 4270dc5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/dmu/dasom/api/domain/recruit/controller/RecruitController.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ public class RecruitController {
4444
examples = {
4545
@ExampleObject(
4646
name = "학번 중복",
47-
value = "{ \"code\": \"C013\", \"message\": \"이미 등록된 학번입니다.\" }")
47+
value = "{ \"code\": \"C013\", \"message\": \"이미 등록된 학번입니다.\" }"),
48+
@ExampleObject(
49+
name = "모집 기간 아님",
50+
value = "{ \"code\": \"C029\", \"message\": \"모집 기간이 아닙니다.\" }")
4851
}))
4952
})
5053
@PostMapping("/apply")

0 commit comments

Comments
 (0)