Skip to content

Commit

Permalink
fix: 뉴스 생성 요청의 excerpt 필수 여부 false로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seokjin8678 committed Dec 12, 2023
1 parent 94915a1 commit 4d92848
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class NewsControllerV1Test(
requestBody(
"newsType" type ENUM(NewsType::class) means "뉴스 타입",
"title" type STRING means "뉴스 제목",
"excerpt" type STRING means "뉴스 발췌",
"excerpt" type STRING means "뉴스 발췌" isOptional true,
"publishedAt" type ZONEDDATETIME means "뉴스 발행 시간",
"originId" type NUMBER means "원본 뉴스 식별자",
"originUrl" type STRING means "원본 뉴스의 URL",
Expand Down

0 comments on commit 4d92848

Please sign in to comment.