Skip to content

Commit

Permalink
📝 [STMT-165] 스터디 생성 반복 유형 종류 명세서 설명 추가 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
05AM authored Aug 19, 2024
1 parent 04a20dd commit bc78785
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void successTest() throws Exception {
fieldWithPath("startDate").description("시작일"),
fieldWithPath("endDate").description("종료일"),
fieldWithPath("meetingTime").description("정기모임 시간"),
fieldWithPath("meetingRepetitionType").description("정기모임 반복 유형"),
fieldWithPath("meetingRepetitionType").description("정기모임 반복 유형 | `DAILY`, `WEEKLY`, `MONTHLY`"),
fieldWithPath("meetingRepetitionDates").description("정기모임 반복 일자 | DAILY 유형의 경우 빈 배열"),
fieldWithPath("studyTags").description("스터디 태그 | 값이 없는 경우 빈 배열")
),
Expand Down

0 comments on commit bc78785

Please sign in to comment.