We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b27896 commit 4270dc5Copy full SHA for 4270dc5
src/main/java/dmu/dasom/api/domain/recruit/controller/RecruitController.java
@@ -44,7 +44,10 @@ public class RecruitController {
44
examples = {
45
@ExampleObject(
46
name = "학번 중복",
47
- value = "{ \"code\": \"C013\", \"message\": \"이미 등록된 학번입니다.\" }")
+ value = "{ \"code\": \"C013\", \"message\": \"이미 등록된 학번입니다.\" }"),
48
+ @ExampleObject(
49
+ name = "모집 기간 아님",
50
+ value = "{ \"code\": \"C029\", \"message\": \"모집 기간이 아닙니다.\" }")
51
}))
52
})
53
@PostMapping("/apply")
0 commit comments