HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel

Path
/posts/{id}/comments
기능
게시글 댓글 등록
비고
- id ⇒ commentId로 변경 - 대댓글 comments 제거
완료
완료
HTTP verbs
POST
도메인
게시판
댓글

Request


Response


{ commentId: number; text: string; userId: string; createdAt: string; updatedAt: string; likes: CommentLikeType[]; }
user{} : 유저 정보 객체